#1   Report Post  
Chance224
 
Posts: n/a
Default Formula Help (Date)

I need help with the following:

Cell A1 has the start date
Cell B1 has the estimted stop date
Cell A4 has a date in it - the cells below each have an expense in them for
that day.

I would like to have a formula enter a 1 in cell A24 if the date in cell A1
is = the date in cell A1 and is <= the value in cell B1. If it is out of
the date range between A1 & B1 then enter a "0"

Thanks,
Chance


  #2   Report Post  
rahrah3a
 
Posts: n/a
Default

try this assuming A4 is the date you are checking between date range
beginning in A1 and ending in B1

=IF(AND(A4=A1,A4<=B1),1,0)

"Chance224" wrote:

I need help with the following:

Cell A1 has the start date
Cell B1 has the estimted stop date
Cell A4 has a date in it - the cells below each have an expense in them for
that day.

I would like to have a formula enter a 1 in cell A24 if the date in cell A1
is = the date in cell A1 and is <= the value in cell B1. If it is out of
the date range between A1 & B1 then enter a "0"

Thanks,
Chance


  #4   Report Post  
Dana DeLouis
 
Posts: n/a
Default

Just another option:

= --(AND(A4=A1,A4<=B1))

--
Dana DeLouis
Win XP & Office 2003


"Chance224" wrote in message
...
I need help with the following:

Cell A1 has the start date
Cell B1 has the estimted stop date
Cell A4 has a date in it - the cells below each have an expense in them
for
that day.

I would like to have a formula enter a 1 in cell A24 if the date in cell
A1
is = the date in cell A1 and is <= the value in cell B1. If it is out of
the date range between A1 & B1 then enter a "0"

Thanks,
Chance




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
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
addition to my date formula...required Juco Excel Worksheet Functions 5 January 30th 05 11:48 AM
Excel formula with date constraints Warrior Pope Excel Discussion (Misc queries) 3 January 28th 05 03:08 PM
Formula with date constraints Warrior Pope Excel Worksheet Functions 1 January 28th 05 02:11 PM
Need help troubleshooting an array formula XLXP on Win2K KR Excel Worksheet Functions 1 December 13th 04 07:41 PM


All times are GMT +1. The time now is 06:25 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"