Cell value changed
I would like help with the following:
I wish for a cell value to change to the same cell value of another cell based on what a third cell value is.
For example: First cell value is a dropdown in which I select Sold. Because I selected Sold I want a blank cell value to automatically be populated with the value on another cell which already had a number in.
Who can help me?
Answers
-
Try this;
=IF([Column 1]@row = "Sold", [Column 3]@row, "Not Sold")
Make changes as necessary to match your sheet, but that should get you started.
-
Thank you
=IF([Column 1]@row = "Sold", [Column 3]@row, "HERE")
I want HERE to be the value already in another cell in the sheet.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives