Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I have 4 columns each with 250 rows looks something like A B C D Web URL Correct? URL CSU ? ? ? ? Yes NA Yes Yes I want to count the number of of ?'s in the cells in each column, then compare this number in all columns and return the highest value. No idea how to compare countif's though. or if this is even possible. Suggestions greatly appreciated :-D Clive |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hmm
this seems to have worked, =MAX((COUNTIF(F2:F249,"?")),(COUNTIF(G2:G249,"?")) ,(COUNTIF(H2:H249,"?")),(COUNTIF(I2:I249,"?")),(CO UNTIF(J2:J249,"?"))) but is there an easier way of doing this at all? i.e. with a smaller formula |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sort multiple columns with multiple formulas without returning #R | Excel Worksheet Functions | |||
Returning a Value by Matching Two Columns of Data | Excel Worksheet Functions | |||
SUMPRODUCT formula returning #VALUE! error | Excel Worksheet Functions | |||
I need to match multiple columns before returning a value | Excel Discussion (Misc queries) | |||
Sumif over multiple columns | Excel Worksheet Functions |