Thread: If Statement
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary Brown[_3_] Gary Brown[_3_] is offline
external usenet poster
 
Posts: 6
Default If Statement

I'm going to assume that the 2nd formula was supposed to be...
IF(T15="BA","X","")

That would make your 'combined' formula...
IF(or(M15="L", T15="BA"),"X","")

Hope this helps.
Gary Brown


"RWilson130" wrote:

I have written a formula IF(M15="L","X","") but I want to add to the formula
IF(T15="BA","")

Can anyone help me with this?

Thanks!