Incorrect Argument
I am trying to copy the formula of my current sheet to a new one but I got "#incorrect argument. Here is the formula:
=IFERROR(IF([Freight Pay to Country]@row = "", "", IF(OR(LEFT(Incoterm@row, 1) = "D", LEFT(Incoterm@row, 1) = "C"), 0, VLOOKUP([Freight Pay to Country]@row + [Freight Mode]@row + [Target Launch Year]@row, {KR Freight Rates and Lead Time Range 1}, 6, false))), "Error")
Answers
-
@JoanGuarin You have a cross sheet reference in the formula. If you copy and pasted it to a new sheet you will have to update the cross sheet references in that new sheet.
Also, all column names in the formula must be the same as the old sheet.
Darren Mullen - Looking to take your Smartsheet knowledge to the next level and become an expert? Join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
-
@Darren Mullen, yes I updated the cross sheet references in the new sheet. And the columns are the same.
Help Article Resources
Categories
Check out the Formula Handbook template!