Need Help For Formula to Return Zero If No Match

CARBOB

Well-known Member
Joined
Jun 6, 2005
Messages
1,870
Is it possible to have the formula in J48 return a blank, if there is no match/
Excel Workbook
J
48#N/A
491097
75%
Excel 2007
#VALUE!
Entered with Ctrl+Shift+Enter. If entered correctly, Excel will surround with curly braces {}.
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
just put iferror around it

=iferror(MATCH(1,(DRAWS!$R$20:$R$4839=$B48)*(DRAWS!$S$20:$S$4839=J$42),0)-1,"") for blank
or
=iferror(MATCH(1,(DRAWS!$R$20:$R$4839=$B48)*(DRAWS!$S$20:$S$4839=J$42),0)-1,0) for 0
 
Upvote 0
I knew you'll would come thru!! Thank you very much.




just put iferror around it

=iferror(MATCH(1,(DRAWS!$R$20:$R$4839=$B48)*(DRAWS!$S$20:$S$4839=J$42),0)-1,"") for blank
or
=iferror(MATCH(1,(DRAWS!$R$20:$R$4839=$B48)*(DRAWS!$S$20:$S$4839=J$42),0)-1,0) for 0
 
Upvote 0
just put iferror around it

=iferror(MATCH(1,(DRAWS!$R$20:$R$4839=$B48)*(DRAWS!$S$20:$S$4839=J$42),0)-1,"") for blank
or
=iferror(MATCH(1,(DRAWS!$R$20:$R$4839=$B48)*(DRAWS!$S$20:$S$4839=J$42),0)-1,0) for 0


Trying to get this formula to return a blank instead of zero.
Excel Workbook
AA
22107
F536 DB
Excel 2007
#VALUE!
Entered with Ctrl+Shift+Enter. If entered correctly, Excel will surround with curly braces {}.
 
Upvote 0
Hi.

=IFERROR(1/(1/(SUMPRODUCT(--($J$2:$J$376993=$S22),(--($I$2:$I$376993=AA$21))))),"")

Regards
 
Upvote 0

Forum statistics

Threads
1,213,546
Messages
6,114,254
Members
448,556
Latest member
peterhess2002

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