Formula returning 0 if nothing found in Index/Match

ExcelRoy

Well-known Member
Joined
Oct 2, 2006
Messages
2,540
Office Version
  1. 365
Platform
  1. Windows
Hi,

I am having difficulty in hiding a "0" if nothing is found using the following formula

=IFERROR(LOOKUP(2,1/($AZ$13:$AZ$5000=D12)/($AS$13:$AS$5000=F12),($AX$13:$AX$5000)),"")

is there a way for the formula to return "" instead of "0"

Many thanks
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
You can just append

&""

to the end of your formula, but be aware that if you are returning a number, the &"" will convert it to a text field, meaning that other numeric functions that refer to that field may not work right.

If that's not OK, you can use Conditional Formatting, or a custom format, and there's even a setting you can set to hide zero values. Let us know what sounds best to you.
 
Upvote 0
Hi Eric W,

Many thanks for the info

I think the &"" would be the best option

Many thanks
 
Upvote 0

Forum statistics

Threads
1,214,428
Messages
6,119,420
Members
448,895
Latest member
omarahmed1

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