View Single Post
  #1   Report Post  
B. R.Ramachandran
 
Posts: n/a
Default

Hi,

Use the following formula in another cell formatted as 'Date', and confirm
with
CTRL-SHIFT-ENTER

=MAX(A1:A100*(B1:B100="Meeting")) [Change the cell range appropriately]


Regards,
B. R. Ramachandran

"G" wrote:

Hi I am looking for the best formula to return a value depending on a couple
of arguements.

I have two columns one with activity , one with a date - say a and b for
arguments sake.. column a may have: 1/1/05 , 2/1/05 , 3/1/05, 4/1/05 , 5/1/05
where column b may have: phone call , meeting , email , meeting, email..

I wouldlike to have a formual the shows the last date we had a meeting.. in
this case 4/1/05

Thanks in advance