Remove 0 value cells from Vlookup results from two sheets.. HELP please

Boubiche

New Member
Joined
Jan 27, 2016
Messages
14
Office Version
  1. 365
Platform
  1. Windows
Good morning guys,


i am in dire need of your expertise.. i am doing a Vlookup between two different sheets.. it works no problem...
=IFERROR(VLOOKUP($A2,'RAW Certus'!A:O,11,0),IFERROR(VLOOKUP(A2,'RAW SF'!A:Z,20,0),"OOPS!"))


But u would to remove the cells that display a 0 value
=IFERROR(IF(LEN(VLOOKUP($A2,'RAW Certus'!A:O,11,0),IFERROR(VLOOKUP(A2,'RAW SF'!A:Z,20,0))=0,"",VLOOKUP($A2,'RAW Certus'!A:O,11,0),IFERROR(VLOOKUP(A2,'RAW SF'!A:Z,20,0)),"")


but it doesn’t work...
What am i doing wrong.. please help.. Excel states i have entered too little arguments!! i am at lost with my limited knowledge of Excel..

thanks for your help
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
=if(IFERROR(VLOOKUP($A2,'RAW Certus'!A:O,11,0),IFERROR(VLOOKUP(A2,'RAW SF'!A:Z,20,0),"OOPS!"))=0,"",IFERROR(VLOOKUP($A2,'RAW Certus'!A:O,11,0),IFERROR(VLOOKUP(A2,'RAW SF'!A:Z,20,0),"OOPS!")))
 
Last edited:
Upvote 0
Solution
You, my friend are amazing!! Lesson learned!!! thank you so much!!!
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,325
Members
452,635
Latest member
laura12345

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