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
- Customer Resources
- 66.2K Get Help
- 431 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives