sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,421
- Office Version
- 2016
- Platform
- Windows
I've got the following formula which works fine, but I need it to show the text "NIL FOUND" if the columns checked result in a formula result of zero, (i.e. no maximum value).
Can anyone help?
Can anyone help?
=IFERROR(INDEX($N$7:$Q$7,0,MATCH(MAX($N7:$Q8),$N8:$Q8,0)),"")