Hello all,
I have this formula in a cell which gives me a #REF error:
=COUNTIF(INDIRECT(CONCATENATE("'Working area'!",ADDRESS(6,13),":","'Working area'!",ADDRESS(6,742))),"N")
The concatenated text string calculates to
'Working area'!M6:ABN6
In that range I would like to count the occurrences of the letter N.
(I have simplified the ADDRESS function to ADDRESS(6,13). In my real spreadsheet, the number 6 is obtained by some more function-combinations.)
Thank you in advance.
Cheers!
Uttam
I have this formula in a cell which gives me a #REF error:
=COUNTIF(INDIRECT(CONCATENATE("'Working area'!",ADDRESS(6,13),":","'Working area'!",ADDRESS(6,742))),"N")
The concatenated text string calculates to
'Working area'!M6:ABN6
In that range I would like to count the occurrences of the letter N.
(I have simplified the ADDRESS function to ADDRESS(6,13). In my real spreadsheet, the number 6 is obtained by some more function-combinations.)
Thank you in advance.
Cheers!
Uttam