ISERROR Help

Halifax81

New Member
Joined
May 18, 2010
Messages
19
Hi,

I have the following formulae which works fine, I wish to add to it ISERROR so that anything N/A is returned as a blank space but im struggling to incoroprate it to the formula at this moment in time!! Probally quite obvious on a fresh mind :stickouttounge:

=IF(VLOOKUP($C$1,'[AHT.xls]April - Week 1'!$A$3:$D$730,2)="::"," ",VLOOKUP($C$1,'[AHT.xls]April - Week 1'!$A$3:$D$730,2*1))

Thanks in advance for any help
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Try:

=IF(ISERROR(IF(VLOOKUP($C$1,'[AHT.xls]April - Week 1'!$A$3:$D$730,2)="::"," ",VLOOKUP($C$1,'[AHT.xls]April - Week 1'!$A$3:$D$730,2*1))),"",IF(VLOOKUP($C$1,'[AHT.xls]April - Week 1'!$A$3:$D$730,2)="::"," ",VLOOKUP($C$1,'[AHT.xls]April - Week 1'!$A$3:$D$730,2*1)))

Jesse
 
Upvote 0
Try:

=IF(ISERROR(IF(VLOOKUP($C$1,'[AHT.xls]April - Week 1'!$A$3:$D$730,2)="::"," ",VLOOKUP($C$1,'[AHT.xls]April - Week 1'!$A$3:$D$730,2*1))),"",IF(VLOOKUP($C$1,'[AHT.xls]April - Week 1'!$A$3:$D$730,2)="::"," ",VLOOKUP($C$1,'[AHT.xls]April - Week 1'!$A$3:$D$730,2*1)))

Jesse

Brilliant Thanks I always end up missing brackets out!!!!
 
Upvote 0

Forum statistics

Threads
1,224,616
Messages
6,179,911
Members
452,949
Latest member
beartooth91

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