Hello there,
I am currently using this function
where B2:B262 includes figures and NAs (text).
What I would like to do is to run this function when the first 5 cells (B2:B6) in B2:B262 have at least one figure. Otherwise, return 'NA' when all of the first 5 cells are NAs
Can you guys please help me out?
Thank you so much
Regards
I am currently using this function
Code:
=INDEX(('1'!$A2:$A262),MATCH(MAX('1'!B2:B262),'1'!B2:B262,0))
What I would like to do is to run this function when the first 5 cells (B2:B6) in B2:B262 have at least one figure. Otherwise, return 'NA' when all of the first 5 cells are NAs
Can you guys please help me out?
Thank you so much
Regards