ISERROR Help

matthewlouis

Active Member
Joined
Mar 28, 2014
Messages
374
Office Version
  1. 365
  2. 2019
Platform
  1. 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!!!
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Here is what I try to do:

Code:
[COLOR=#000000][FONT=&quot]=IF([COLOR=#0057d6]AQ3[/COLOR]<>0,IFERROR[COLOR=#006107]([/COLOR]INDEX[COLOR=#ab30d6]([/COLOR][COLOR=#006107]AL$3:AL$62[/COLOR],MATCH[COLOR=#a54a29]([/COLOR][COLOR=#0057d6]AQ3[/COLOR],[COLOR=#ab30d6]AM$3:AM$62[/COLOR],0[COLOR=#a54a29])[/COLOR][COLOR=#ab30d6])[/COLOR],""[COLOR=#006107])[/COLOR],"")[/FONT][/COLOR]

I hope I have it right and it helps!

Kevin
 
Upvote 0
Thrilled to help, you made my day letting me know it worked!!! :biggrin:

Cheers Matthew
 
Upvote 0

Forum statistics

Threads
1,224,820
Messages
6,181,155
Members
453,021
Latest member
Justyna P

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top