Nesting IFERROR, IF, VLOOKUP

shebe228

New Member
Joined
Sep 28, 2017
Messages
46
This may not be possible but is there a way to combine these two fomulas together into 1?

=IFERROR(VLOOKUP(W2,'[REMOVE.xlsx]Bad Data'!$A:$C,3,0),"")

=IF(X2=0,"REMOVE","")
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Can you be more specific?

If I had to guess, I'd say you probably want

=IF(X2=0,"REMOVE",IFERROR(VLOOKUP(W2,'[REMOVE.xlsx]Bad Data'!$A:$C,3,0),""))
 
Upvote 0
you need to give more context. i have no idea whats in X and W and in Bad Data, and what you are trying to accomplish
 
Upvote 0
W lists tax IDs. We have a list of Tax IDs in Bad Data that we want to remove from the report. The Bad Data report lists the tax id in column A, a description in B, and "REMOVE" in column C.

X is out of network bills. I want to exclude all tax ids with 0 out of network bills. The ultimate goal is to sort this table to have all of the stuff I want to remove at the top and then sort the remaining data in order by Bill Count.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,888
Messages
6,175,203
Members
452,617
Latest member
Narendra Babu D

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