Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Please help with subtraction formula | New Users to Excel | |||
subtraction formula | Excel Worksheet Functions | |||
subtraction formula | Excel Worksheet Functions | |||
how do i do a subtraction formula | Excel Worksheet Functions | |||
Subtraction formula | Excel Programming |