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
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!