Function to capture Date with Month

D

Dolphinv4

Hi,

I have a column whereby the format is MM/YY. Then there
are rows where I put the dates the customers starts, ie,

A B C D E
Start
Date
1 07/04 08/04 09/04
2
3 3/7/04 1
4 8/8/04 1

I want it such that the cells in column C onwards to
recognise the date in B and put it accordingly to the
relevant columns C-onwards as show above. Currently I'm
doing this:

=IF(AND(B3>=$C$1,B3<$D$1),1,"")

So my qn is: is there anyway i can shorten the AND
(B3>=$C$1,B3<$D$1)? My formula is going to get more
complicate as I add other things. So I want to shorten
this as much as possible.

Thanks!
Val
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top