View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default IF formula with subtraction

Hi,

=IF(D9="X",AB9-P9,0)

puts in 0 if D9 < "X"

"emily''''s excel" wrote:

Last IF formula worked great.....

next IF formula that would follow would be: =IF(D9,"X")*("AB9"-"P9")

what I am trying to do....is IF D9 = X then the cell = AB9 - P9


--
Thanks