I have a list of #s in column A and C. I want to add a formula that will count the number of times that the # in column C > the # in column A. (C1>A1, C2>A2, etc) Any suggestions?
A C
120 130
150 120
115 95
136 137
Assuming there are no empty cells...I have a list of #s in column A and C. I want to add a formula that will count the number of times that the # in column C > the # in column A. (C1>A1, C2>A2, etc) Any suggestions?
A C
120 130
150 120
115 95
136 137
Both of those worked perfectly! Thank you sooooo much!!!
Trying to account for scenarios that may not exist leads to over complication, obfuscation and inefficiency.Aladin Akyurek said:You are welcome. Thanks for providing feedback. By the way, avoiding non-auditable/costly assumptions would be a best practice in the world of spreadsheet models.