View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Trevor Shuttleworth
 
Posts: n/a
Default Sum based on conditions

You're welcome. Thanks for the feedback


"Hakojin" wrote in message
...
worked perfect, thank you very much.

"Trevor Shuttleworth" wrote:

=A2+CHOOSE(D2,5,3,1)

Regards

Trevor


"Hakojin" wrote in message
...
Ok, I need a formula to give me a summed date based on the rank

ex. if rank=1 then due date = start date + 5
if rank=2 then due date = start date + 3
if rank=3 then due date = start date + 1

Date Started(A) Rank(D) Due Date (E)
5/10/06 1 5/15/06
5/08/06 2 5/11/06
5/9/06 3 5/10/06