Hi All,
I'm having a problem getting a count right. What I have are 3 columns of numbers:
So what I'm looking for is a in-cell function (and I tried this with COUNTIF and COUNTIFS but could get the syntax right I think), to at the bottom of each column it shows me how many times the column has the highest number in it. So assume the virst value 67 is in A2 then B2, C2, ect.
Is there some calculation I can put into A7, B7, C7 that will look across all three values in each row, and then determine which is higher and add that to the total?
Best Regards,
Scott
ATS, CDCE, CTIA, CTDC
"Everything should be made as simple as possible, and no simpler."
I'm having a problem getting a count right. What I have are 3 columns of numbers:
Code:
Type1 Type2 Type3
67 95 33
62 72 73
77 119 220
210 15 55
1 2 1
So what I'm looking for is a in-cell function (and I tried this with COUNTIF and COUNTIFS but could get the syntax right I think), to at the bottom of each column it shows me how many times the column has the highest number in it. So assume the virst value 67 is in A2 then B2, C2, ect.
Is there some calculation I can put into A7, B7, C7 that will look across all three values in each row, and then determine which is higher and add that to the total?
Best Regards,
Scott
ATS, CDCE, CTIA, CTDC
"Everything should be made as simple as possible, and no simpler."