Calculating dates based on Quarters.

J

John Weidenfeller

So I have Software release with availability dates in the following format:

Rel 1 1Q 2003
Rel 2 3Q 2003
Rel 3 2Q 2004
Rel 4 4Q 2004
etc
etc

Then when a person orders the software release they also include a ship date
in the same date format as above.

What formula can I use to verify that the S/W release is available for the
ship date requested???

Since 1Q 2004 isn't a date format I can't do a simple less than equal to
formula???

Thanks
John
 
A

acw

John

If you have a list of software release dates, have you
tried using a VLOOKUP to test for the appearance.
Something like
=VLOOKUP("1Q 2003",lookuprange,1,FALSE).

If it is found, then 1Q 2003 will result otherwise there
will be an error message.


Tony
 

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