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!
Hi all. I'm trying to do something that I'm not sure if it's possible or not. We have a sheet that we are importing where the first column lists areas within our factory. Each column after that has a column name of a date. So 12/15/2025, 12/16/2025, 12/17/2025, etc. In each of the date columns is a target production…
Hello! I have what is probably a simple question my brain is just not comprehending properly. I need to SUMIFS from a sheet that matches some specific criteria but one of the fields I am using against needs to calculate a total if one dropdown field matches ANY ONE of these 3 items that is in it to be chosen… Capitol…
Hello, I have a checkbox column that I would like to be checked when comparing 2 columns. I would like it to be checked if the 2 columns are not equal or if one of the 2 columns has an error. It's important to note that both columns are numbers. My original formula was: =IF([COLUMN A]@row <> [COLUMN B]@row , 1, 0) However,…