IF condition is true, copy a value into another column
Kelly W
✭✭✭
I have a sheet where multiple people have to approve an item before it is 'approved'. I am needing to copy a cell from the Cost column into the pending, approved, or rejected column based on the current status.
So if the P/R/A column equals "P" I need the $ in the cost column to populate in the Pending Cost Column, etc. TIA!
Tags:
Best Answer
-
under "X" column
=IF([P/R/A]@row="X",[Cost]@row,"")
inplace of x input: p, r or a for each respective columns
Do replace the " apostrophes" if any error occurs.
Answers
-
under "X" column
=IF([P/R/A]@row="X",[Cost]@row,"")
inplace of x input: p, r or a for each respective columns
Do replace the " apostrophes" if any error occurs.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!