How to make the return blank if nothing is entered on column
Hello,
I have my formulas working when I input information to pull from another sheet. The problem is if I deleted the lookup value, the return columns do not go blank. They either return some random numbers or #nomatch.
I have tried =IFERROR at the beginning of my formula as well as , 0 or , FALSE at the end and nothing is working. I just want the rest of the columns to be blank if the lookup column is blank as well.
The blank cells return B00989 SEMSYS-PJ-ECH2 9T if I delete the PO value
Answers
-
Hope you are fine, please try the following formula and convert it to a column formula
=IF(ISBLANK(PO@row), "", (VLOOKUP(PO@row, {return blank Lookup}, 2)))
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!