Sign in to join the conversation:
I would like some help trying to figure out a "VLOOKUP" formula. I am trying to get the circled number on the attached file to go onto another sheet. I have tried all different ways and I cannot seem to get it to work. Please help.
It almost sounds as if cell linking would be more what you need than a VLOOKUP.
Hi,
If it's always the same cell, you could use cell linking instead.
Would that work for you?
I hope this helps you!
Best,
Andrée Starå - Workflow Consultant @ Get Done
I am really new to smart sheet. Can you explain?
Happy to!
The easiest way is to go to the sheet with the information that you want to show in another sheet.
Select the cell(s) and right click and choose "Copy" and then go to the sheet where you want the cell(s) information to show and select the cell where that information should be and right click and "Paste Special" and select "Links to copied cells".
Mor information: https://help.smartsheet.com/articles/861579-cell-linking#create
Andrée
That worked, however I want the number to change on one sheet when a number is changed on the other.
Great!
That's the way the cell link works. If the number changes on the source sheet the cell on the destination sheet updates with the same information. It can only be one way.
Thank you
Happy to help!
Hello! I have this formula that will check the box if the date in a second column is in the past. Is there a way to include if the date is 60 days in the future? Check the box if the date in Column 2 is either (1) in the past or (2) 60 days in the future. IF([GWO - BST (2yr)]@row < TODAY(), 1, 0) Thank you in advance!
Is there a way to automatically update my dropdown list for a form if I have a new item added? I have a New Order Entry form. I have a dropdown list of customers, but if it is a new customer, there is a checkbox to allow more fields to open up to enter that information. If that information is added, it gets copied to a…
Hi! I'm trying to figure out how to use the NETDAYS formula to show how long someone has been a member of a certain team. I can't get it to measure to today using the formula that the website suggests. I want it to be running so that whenever I log on I can see the time elapsed to the day I'm looking at the sheet. Can…