Copy Data from one cell to another only if a certain drop-down option is selected

Amanda Hoffman
✭✭✭
What formula can I use or what option do I have if I want one cell data to be copied to another cell only if a certain drop-down selection is chosen? Example: the is an amount in one cell. I want that amount to be copied to another cell only if the drop down selection of Approve is selected. If not, nothing is copied.
Best Answer
-
You would use a formula along the lines of
=IF([Dropdown Column Name]@row = "Approve", [Amount Column Name]@row)
Answers
-
You would use a formula along the lines of
=IF([Dropdown Column Name]@row = "Approve", [Amount Column Name]@row)
-
Ok, thanks. I will try it out!
-
Happy to help. 👍️
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