Running gestational age

JoyceLSrn

New Member
Joined
Feb 29, 2020
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hello! I‘d appreciate your help!

I‘d like to make a sheet that updates gestational age automatically based on today’s date. If this is not possible to do automatically and I‘d need to manually enter today’s date that is fine too, just let me know. I assume if this is the case one of the columns has to be ”today’s date”.

Here is how I’d like to set up the sheet
A1: Gestational Age
B1: Age
C1: Estimate date of delivery
D1: Name

Example:
A1: gestational age 14 weeks+ 0 days, written 14+0 or 14.0
B1: age 31 (does not modify gestational age)
C1: 8/29/20
D1: name

Thank you!!
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
See if the following formula in cell A1 works for you (format cell A1 as Number with 1 decimal place):

=DOLLARFR((TODAY()-C1+280)/7,7)
 
Upvote 0

Forum statistics

Threads
1,215,580
Messages
6,125,652
Members
449,245
Latest member
PatrickL

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