Formula Option (Similar to Google Sheets 'LOOKUP')
Hello everyone!
And thank you for your time!
I'm trying to find the solution for the formula..
In Google Sheets, I used =LOOKUP(B2,OrderDetails!B:B,OrderDetails!O:O)
where B2 = was order number, OrderDetails!B:B = was the range with the same order number, OrderDetails!O:O = was current order status
But in Smartsheet I can't find any solution
Please help me. Is there any way to get the information from a different sheet to the current sheet.
-----------------
Sheet 'A' has all the necessary values. (Order Status and Order Number)
Sheet 'B' - I need to retrieve the value from Sheet 'A' - 'Order Status' column, to Sheet 'B' - 'Order Status' but the value has to be for the same Order Number.
Thank you!
Comments
-
HERE is some information on cross-sheet references. The formula they use as an example would also work for what you are trying to do.
-
Hi Kristi,
You could use a VLOOKUP formula to bring in the current status. It'll look something like this:
=VLOOKUP([Order#]1, {LookUpTable}, 2)
Keep in mind the search_value needs to be in the leftmost column —so you might want to consider moving the Order # column to the left of the Current Status column.
For more information on the syntax of the VLOOKUP function see: https://help.smartsheet.com/function/vlookup
-
Alejandra,
Thank you so much - your example made now clear for me what I did wrong all the time.
Thank you for the help! Everything worked.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!