View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
emily's excel emily's excel is offline
external usenet poster
 
Posts: 1
Default IF Function - formula creation

I am trying to do a formula that will pull a value from a cell if two
conditions are present. I have created IF(AND(D9='X'),(F9='R'),AB9)
I am getting TRUE text....I want the value in AB9 ( 36) to appear in cell
Any suggestions?