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
- 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
Check out the Formula Handbook template!