View Single Post
  #3   Report Post  
Sandy Mann
 
Posts: n/a
Default

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


Assuming that you meant ........cell B4 is =.......

Try

=(B4=A1)*(B4<=B1)

--
HTH

Sandy

Replace@mailinator with @tiscali.co.uk


"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