Hi All,
I'd like to use the countif formula to count non blank cells in dynamic column.
I use MATCH to find the column number I need to find the cells in, however how do I refer to a column using its number?
i.e let's say my match function returns 2 (meaning column B), so I'd like to use: countif(B3:INDEX(B:B,$C$1),"<>"&"").
if it returns 4 then it will be D4 and D:D respectively.
Any idea/help would be highly appreciated!
I'd like to use the countif formula to count non blank cells in dynamic column.
I use MATCH to find the column number I need to find the cells in, however how do I refer to a column using its number?
i.e let's say my match function returns 2 (meaning column B), so I'd like to use: countif(B3:INDEX(B:B,$C$1),"<>"&"").
if it returns 4 then it will be D4 and D:D respectively.
Any idea/help would be highly appreciated!