Sign in to join the conversation:
Hi there
Appreciate this has been raised a lot of times by a lot of people - can you provide an updated ETA on this functionality and perhaps share some of the challenges in its delay?
Thanks so much,
Sandi
Hi Sandi,
Thanks for checking in on this. We are planning on releasing cross-sheet formulas in February. If you have a CSM (Customer Success Manager), please check with them and see if they can enroll you in our Early Adopter Program (EAP) so that you can try the functionality out a bit sooner.
Hope this helps,
Kara
You can now reference data from other sheets in formulas!
Create a master lookup table sheet and use VLOOKUP to find data on another sheet.
More information on this new feature is available in our help center: https://help.smartsheet.com/articles/2476606-formulas-reference-data-from-other-sheets
I tried the new VLOOKUP feature and it's pretty cool. My question however, why do the cells you are "looking up" have to be next to each other? If I want to use VLOOKUP I'll have to reorder the lookup table.
They don't -- just the left most column does. You COULD select the whole source sheet if your reference column was on the left.
If that does not work for you, try using INDEX() and MATCH(). Much more flexible. I don't use them as often as I should because some customers have a hard time to grok them.
Craig
Here is the message I get when I tried to look up a value. The value I'm matching on is the leftmost value (ID). I want to return the value in SOC1. If I move SOC1 next to ID and select both columns, it works just fine.
Hold the shift key down when you are selecting the 'second' column. Count the number of columns (the left most is 1). Put that number in your 3rd argument of the VLOOKUP
Yea, I tried that and it worked. I was just hoping I didn't have to select all of the columns in between the leftmost column and my 'second' column.
Take a look at INDEX and MATCH mentioned earlier.
Only index and return column needed.
Hello, I'm working through the writing formulas optional activity and in the 'Nested IF function - Progress Column' task it directs you to put in the following formula '=IF([% Complete]@row = 0, “Empty”)'. However, when I put this formula into the spreadsheet, '04a_Marketing Request Tracker - Formulas', I get an…
I have an automation that has a condition where I am looking at the column "LEA Interco Supporting Site(s)" and trying to find columns that have the value "Fort Loramie" in them. This works well when "Fort Loramie" is the first item listed in the cell, but it doesn't work when "Fort Loramie" is the second or third value in…
Have any of you created a Smartsheet that would show the savings for a project by the month? In other words, if I saved $1200 annually and the project ended in say March, then the savings would go $120 per month, Mar 2025-Feb 2026. I have done it on Excel sheets manually, but I think there should be a way to do it with…