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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives