newclasshero
New Member
- Joined
- Sep 1, 2006
- Messages
- 46
Hello:
Well, I am extremely new here and am a 100% self taught Exceller (if that is a word). I signed on here because I have reached an impasse. A little background may help. I work for a car dealership and my whole job has to do with the vehicles before they get to the dealership. The sooner they get here the better.
Here is what I have got so far:
=IF((TODAY())>AO6,(DATEDIF(AO6,TODAY(),"D")),IF(AW6="Landed",VALUE(DATEDIF(AO6,TODAY(),"D"))," "))
AO6= The day the vehicle went into my system.
AW6 is a validated cell with a couple of choices to reflect the different stages that I have to do before the vehicle gets ot the lot
"Landed" in AW6 is when the vehicle hits the lot.
The problem is I would like the date counter to stop when AO6 says "Landed"
Of course the Today() function in that particular spot returns the number of days from the start till now no matter what AO6 equals.
Any help would be appriciated.
Well, I am extremely new here and am a 100% self taught Exceller (if that is a word). I signed on here because I have reached an impasse. A little background may help. I work for a car dealership and my whole job has to do with the vehicles before they get to the dealership. The sooner they get here the better.
Here is what I have got so far:
=IF((TODAY())>AO6,(DATEDIF(AO6,TODAY(),"D")),IF(AW6="Landed",VALUE(DATEDIF(AO6,TODAY(),"D"))," "))
AO6= The day the vehicle went into my system.
AW6 is a validated cell with a couple of choices to reflect the different stages that I have to do before the vehicle gets ot the lot
"Landed" in AW6 is when the vehicle hits the lot.
The problem is I would like the date counter to stop when AO6 says "Landed"
Of course the Today() function in that particular spot returns the number of days from the start till now no matter what AO6 equals.
Any help would be appriciated.