IF Lookup to Fill Cell With Data from Another Sheet

kkopp2005
ββ
I'm trying come up with a formula that will look at a cell A in sheet A, reference cell A in sheet B and if they match copy data from cell B on sheet B to cell B on sheet A. I've the formula below in excel to copy of tab to tab and this didn't work with Smarsheet.
=IF([Inventory Number]@row>0,lookup(2,1/{Computer Inventory Range 1},{Computer Inventory Range 2}))
Answers
-
Try this...
=INDEX({Sheet B Column B}, MATCH([Column A]@row, {Sheet B Column A}, 0)
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!