Formula to copy value only
I'm trying to pull a date from a cell that uses a "minimum" formula to express the earliest date from three cells containing dates. The cell with the "minimum" formula provides me with "date physically received." I now need to count how many days have passed since "date physically received."
Is it possible to use a formula to transfer the value of the cell with the minimum formula to a new cell in the same sheet? Is there something like a "paste values only" formula?
Here's the "minimum" formula I'm currently using:
=MIN([3Date - In Warehouse]@row, [5Date - Holding in Quarantine]@row, [6Date - Quarantine In Progress]@row, [7Date - Review and Inspection]@row)
TIA!
Best Answers
-
If all you need is the number of days that have passed since the MIN() date you should be able to use:
- =TODAY()-MIN([3Date - In Warehouse]@row, [5Date - Holding in Quarantine]@row, [6Date - Quarantine In Progress]@row, [7Date - Review and Inspection]@row)
Best,
Zach Hall
Training Delivery Manager / Charter Communications
-
Answers
-
If all you need is the number of days that have passed since the MIN() date you should be able to use:
- =TODAY()-MIN([3Date - In Warehouse]@row, [5Date - Holding in Quarantine]@row, [6Date - Quarantine In Progress]@row, [7Date - Review and Inspection]@row)
Best,
Zach Hall
Training Delivery Manager / Charter Communications
-
-
Thanks @Zachary Hall, Thanks @jmyzk_cloudsmart_jp! That solved the problem. I guess I was overthinking it! Your help much appreciated!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!