+ Reply to Thread
Results 1 to 2 of 2

IF formula with subtraction

  1. #1
    emily''''s excel
    Guest

    IF formula with subtraction

    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. #2
    Toppers
    Guest

    RE: 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


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1