Invalid Data Error
Hello,
I am using vlookup to create a report table that will sum the total qty of an item based on which item is selected in that drop down. Here is my formula: VLOOKUP([Column 4]6, Site1:[Tear Sample Kits Qty]4, [Column 4]7, false)
When used, I get "#invalid data type error"
Table Image
How can I fix this error?
Thanks in advance,
Answers
-
Just replace the [Column 4]7 in your formula with 2 so that your formula looks like,
=VLOOKUP([Column 4]6, Site1:[Tear Sample Kits Qty]4, 2, false)
-
Thanks for the feedback, Sameer! Now, the formulas states it is unparseable... Any insight, why?
-
Double check you column names are matching the column names being used in the sheet.
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!