View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
impreza251 impreza251 is offline
external usenet poster
 
Posts: 1
Default If Then And Statement

I am trying to calculate my travel for work. I have a list of buildings I
frequently go too and travel between. I created an excell sheet that has a
Departure Bldg a Destination Building and the Mileage inbetween the two. If
I select a departure building and select a destination building I would like
the Mileage to be filled in automatically. This is what I thought it should
be but doesn't work.
436 and 268 are building numbers and Information!$I$4 is the mileage between
those buildings

=IF(AND(B4=436*(C4=268)),Information!$I$4)