Some of the referenced cells are blank and I would like that to be carried over instead of returning "0" in the cell
This is my formula -
=VLOOKUP(B2, SKUs!A$2:$E$7, 3, FALSE)
Thanks for any assistance!
Some of the referenced cells are blank and I would like that to be carried over instead of returning "0" in the cell
This is my formula -
=VLOOKUP(B2, SKUs!A$2:$E$7, 3, FALSE)
Thanks for any assistance!
Assuming your results are numbers, Try
Formula:![]()
=IFERROR(1/(1/VLOOKUP(B2, SKUs!A$2:$E$7, 3, FALSE)),"")
Last edited by ChemistB; 02-22-2021 at 03:26 PM.
ChemistB
My 2?
substitute commas with semi-colons if your region settings requires
Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)
Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble
When I drag that formula down, every field is now blank and should not be.
I have attached my workbook, as I originally had it set up.
Thank you for your time.
I think the best approach is a simple IF statement
Formula:![]()
=IF(VLOOKUP(B2, SKUs!A$2:$E$7, 3, FALSE)=0, "", VLOOKUP(B2, SKUs!A$2:$E$7, 3, FALSE))
Awesome, thank you so much!!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks