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.
Need help: We are using an approval request automation where we would like to incorporate a SharePoint link rather than a file attachment to the request. We have a sheet column with the hyperlink, but it does not show up in the approval email or it shows up as a LONG URL. Needs to function both from desktop computer as…
I am the owner of a workspace that has multiple sheets and a dashboard. There are 3 Guests with Admin permissions for the whole workspace. They can edit the sheets, but not the dashboard. Is there a different type of permissions or some kind of limitations to dashboard editing for Guests?
I am looking at trying to build a multi-select option raffle form. Lets say a form user has 5 options or "tickets" they can put into a bucket of goods for a raffle. I would like for the user to put in any combination of entering tickets per good that they can with the five tickets they have. I will put in a picture of what…