#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default date range

how to you enter a formula to determine how many days early or late
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default date range

hi
if you have a date in F3 and compared that to today,
=IF(F3<TODAY(),TODAY()-F3 & " Days early",F3-TODAY() & " Days Late")

regards
FSt1

"keshia" wrote:

how to you enter a formula to determine how many days early or late

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default date range

I am a beginner at excel and very confused, if cell h7 is my bday and i7 is
the date I recieved it what would it look like. I figured from your example
it would be
=IF(I7<H7(),H7()-I7 & " Days early",I7-H7() & " Days Late") and thats not
working.

Thanks so much for your help

"FSt1" wrote:

hi
if you have a date in F3 and compared that to today,
=IF(F3<TODAY(),TODAY()-F3 & " Days early",F3-TODAY() & " Days Late")

regards
FSt1

"keshia" wrote:

how to you enter a formula to determine how many days early or late

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default date range

Your cell references should be H7, not H7().
TODAY() is a function, and the parentheses are part of the syntax of the
function (as you'll see from Excel help for the function); H7 is a cell
reference, not a function, and it's H7, not H7().
--
David Biddulph

keshia wrote:
I am a beginner at excel and very confused, if cell h7 is my bday and
i7 is the date I recieved it what would it look like. I figured from
your example it would be
=IF(I7<H7(),H7()-I7 & " Days early",I7-H7() & " Days Late") and thats
not working.

Thanks so much for your help

"FSt1" wrote:

hi
if you have a date in F3 and compared that to today,
=IF(F3<TODAY(),TODAY()-F3 & " Days early",F3-TODAY() & " Days Late")

regards
FSt1

"keshia" wrote:

how to you enter a formula to determine how many days early or late



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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sum If range of dates date range, sum totals Stilmovin Excel Worksheet Functions 7 December 16th 08 05:49 PM
Create a formula in a date range to locate a specific date - ecel util Excel Discussion (Misc queries) 0 February 19th 07 03:03 PM
Formula for determining if two date columns fall within specific date range Igottabeme Excel Worksheet Functions 2 April 21st 06 02:50 AM
Formula for determining if two date columns fall within specific date range Igottabeme Excel Discussion (Misc queries) 1 April 20th 06 10:03 PM
How to count dates within a certain range in a column with mutiple date range entries Krisjhn Excel Worksheet Functions 2 September 1st 05 01:59 PM


All times are GMT +1. The time now is 03:26 AM.

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

About Us

"It's about Microsoft Excel"