Hide False result in cell when using nested if and vlookup formula

kels89237

New Member
Joined
Oct 17, 2018
Messages
2
Hey, I have a formula, below, that returns "False" until the user has filled out certain fields. How can I have it hide "false"? The IFERROR is not working.

=ERROR(IF(C3="Reschedule","Schedule",IFC$="Yes","Schedule",IF(C4-"No",VLOOKUP(C7,'Diagnosis Solutions'!A1:G10,6,FALSE))))"")
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
So sorry, C$ needs to be C4. I want my field to return "Schedule" if C3 = "Reschedule". I wasn't my field to return "Schedule" if C4 = Yes, and I want my field to return the result of my vlookup if C4 = "No". This works perfectly! However, before C3 and C4 have items in them, my field is showing "False". Obviously, the formula can't find what it needs due to the fields being empty. However, I want to hide the "False" result. I added IFERROR and it corrected the #NA result, but not the false result.
 
Upvote 0

Forum statistics

Threads
1,216,099
Messages
6,128,822
Members
449,470
Latest member
Subhash Chand

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