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
- 66.2K Get Help
- 430 Global Discussions
- 150 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 500 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 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!