matthewlouis
Active Member
- Joined
- Mar 28, 2014
- Messages
- 374
- Office Version
- 365
- 2019
- Platform
- Windows
I am trying to keep cells from having an error using iserror function . . . but I can't seem to get my arguments correct on the following:
=IF(AQ3<>0,INDEX(AL$3:AL$62,MATCH(AQ3,AM$3:AM$62,0)),"")
How would I write this using the ISERROR function to keep error out of cells?
Thanks in advance!!!
=IF(AQ3<>0,INDEX(AL$3:AL$62,MATCH(AQ3,AM$3:AM$62,0)),"")
How would I write this using the ISERROR function to keep error out of cells?
Thanks in advance!!!