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
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