Options for IFNA or IFERROR in Excel 2003

joelnichols

Active Member
Joined
Apr 13, 2004
Messages
406
Office Version
  1. 2003 or older
Platform
  1. Windows
What is the best option for errors using Excel 2003. IFNA and IFERROR don't work it seems. Just threw this together till I found something better. Quite a mouthful eh?

=IF(ISERROR(INDEX('RH Report'!$E$1:$E$2135,MATCH(A15,'RH Report'!$D$1:$D$2135,0),1))," ",(INDEX('RH Report'!$E$1:$E$2135,MATCH(A15,'RH Report'!$D$1:$D$2135,0),1))).
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
as far as I know this is the only way until the IFERROR and IFNA FUNCTIONS were created.
Excel Formula:
=IF(ISERROR(expression,"",expression)
=IF(ISNA(expression,"",expression)
 
Upvote 0
Solution
Guess I have to shop for a newer version. Just a little behind the times. ;)
Thanks.
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,958
Members
449,096
Latest member
Anshu121

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