Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 144
Default Formula Help???!!!

I have a spreadsheet in which I need to be able to track a patient at certain
intervals from date of enrollement. For example, If I have and enrollment
date of 10/11/07, I need to know the exact date for 30 days later, 90 days
later, 6 months later, 12 months later.
How can I do this?
Thanks for all the help!!!
--
Cheryl
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 8
Default Formula Help???!!!

On 11/6/2007 2:30 PM, Cheryl went clickity clack on the keyboard and
produced this interesting bit of text:
I have a spreadsheet in which I need to be able to track a patient at certain
intervals from date of enrollement. For example, If I have and enrollment
date of 10/11/07, I need to know the exact date for 30 days later, 90 days
later, 6 months later, 12 months later.
How can I do this?


Excel stores dates as the number of days from 1/1/1900. That means that
date calculations are simply done as addition and subtraction. All you
have to do is add the number of days since the initial day and you'll
have it. In order for it to be displayed as a date you'll need to
format the cell as Date.

For example, using your example, 10/11/07 is stored in Excel as 39366.
But if the cell is formatted as Date it will display as 10/11/2007 or
whatever date format you've chosen. In the 30 day cell you'd simply
have a formula +A1+30 (assuming the original date is stored in cell A1)
and the new cell will read 11/10/2007 which is 30 days later.

The nice thing is that Excel understands that you likely want the new
cell formatted as Date since the original cell was formatted as such.

I hope that helps!

--
"Pinky, are you pondering what I'm pondering?"
"Wuh, I think so, Brain, but I prefer Space Jelly."
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 01:46 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"