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
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 460 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 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!