+ Reply to Thread
Results 1 to 3 of 3

sumifs (i think) formula problem

  1. #1
    Registered User
    Join Date
    09-30-2011
    Location
    Essex, UK
    MS-Off Ver
    Excel 2003
    Posts
    2

    sumifs (i think) formula problem

    Hi, I'm a real novice when it comes to Excel, so this is possibly an easy formula.

    I have 4 columns (D, E, F and G)

    The sums applied to Column E and F are dependent on a Yes or No answer to column D.

    If D2 is Yes, F2 will need to apply =SUM(E2/1.2) If D2 is No, then F2 will need to be blank.

    Also if D2 is Yes, G2 will need to apply =SUM(E2-F2) If D2 is No, then G2 will need to be blank.


    I have tried with the SUMIFS function, but can't get it to work.

    Help me please.

  2. #2
    Forum Expert Colin Legg's Avatar
    Join Date
    03-30-2008
    Location
    UK
    MS-Off Ver
    365
    Posts
    1,252

    Re: sumifs (i think) formula problem

    Welcome to the forum

    F2:

    =IF(D2="Yes",E2/1.2,"")


    G2:

    =IF(D2="Yes",E2-F2,"")
    Hope that helps,

    Colin

    RAD Excel Blog

  3. #3
    Registered User
    Join Date
    09-30-2011
    Location
    Essex, UK
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: sumifs (i think) formula problem

    Thanks Colin, this is an extremely useful forum!

    I was so close, lol. Thanks for the answer.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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