Creating a count down

EOO7L

New Member
Joined
Aug 11, 2022
Messages
3
Office Version
  1. 365
  2. 2011
Platform
  1. Windows
I would like to automatically count down how many pills I will have left each day using the following:
Today's DateNameMEDICATIONTHERAPUTIC CATEGORYAmount of pills received todayHOW MANY TIMES PER DAY CLIENT TAKES MED?
7/27/2022LasixCARDIOVASCULAR301
7/27/2022MetforminENDOCRONOLGY702
8/5/2022AripiprazolePSYCHIATRIC402
8/5/2022TrazadonePSYCHIATRIC211
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
EOO Let's get the ball rollin. Now this usually generates more questions than answers, but we have to start some place. So I haven't tried every scenario, but as time goes by let us know if this is the solution to your problem.


22-08-12.xlsx
ABCDEFGHI
1Today's DateNameMEDICATIONTHERAPUTIC CATEGORYDate Received PillsAmount of pills received today plus left over pillsHOW MANY TIMES PER DAY CLIENT TAKES MED?Pills LeftReorder pills before date below
2Friday, August 12, 2022LasixCARDIOVASCULARWednesday, July 27, 202230113Thursday, August 25, 2022
3MetforminENDOCRONOLGYWednesday, July 27, 202270236Tuesday, August 30, 2022
4AripiprazolePSYCHIATRICFriday, August 5, 202240224Wednesday, August 24, 2022
5TrazadonePSYCHIATRICFriday, August 5, 202221113Thursday, August 25, 2022
Data
Cell Formulas
RangeFormula
A2A2=TODAY()
H2:H5H2=(F2-G2)-(($A$2-E2)*G2)
I2:I5I2=(E2+(F2/G2))-1
 
Upvote 0

Forum statistics

Threads
1,215,945
Messages
6,127,844
Members
449,411
Latest member
adunn_23

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top