+ Reply to Thread
Results 1 to 4 of 4

Using SUMIF and ISBLANK with multiple conditions

  1. #1
    Registered User
    Join Date
    04-23-2007
    Posts
    34

    Using SUMIF and ISBLANK with multiple conditions

    Hello. I am trying to calculate the current value of my unsold stock. Each item has a 'price' and 'resell' value. If the 'resell' value is blank, it means the item has not yet been sold.

    https://docs.google.com/spreadsheets...it?usp=sharing

    You can see across my 2 sheets, 4 items have not been sold:

    Scarf, T-Shirt, Table and Curtain.

    example.png

    The total value of these 4 unsold items is £753.00, and this is the value I want to display as the 'Unsold Stock Value'.

    I know how to calculate the values of a column by using
    Please Login or Register  to view this content.
    And I assume this should be wrapped in a sumif statement.

    I also know I can reference each individual price cell by using something like
    Please Login or Register  to view this content.
    I'm just not sure how to combine the two functions to achieve the desired result.

    Thank you.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,604

    Re: Using SUMIF and ISBLANK with multiple conditions

    You can use this formula to get the total of column B in the Clothes sheet when column C is empty:

    =sumifs(Clothes!B:B,Clothes!C:C,"")

    and so you can have a similar expression for the Furniture sheet and add them together. You would have this formula in A3 of the Total sheet:

    =sumifs(Clothes!B:B,Clothes!C:C,"") + sumifs(Furniture!B:B,Furniture!C:C,"")

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    04-23-2007
    Posts
    34

    Re: Using SUMIF and ISBLANK with multiple conditions

    That's awesome Pete, bang on the money.
    Thank you.

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,604

    Re: Using SUMIF and ISBLANK with multiple conditions

    Glad to help.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post in this thread, and mark the thread as SOLVED.

    You might also like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. SUMIF Multiple Conditions
    By Cfitzwater in forum Excel General
    Replies: 13
    Last Post: 10-18-2011, 06:37 AM
  2. SUMIF With Multiple Conditions
    By bigbavarian in forum Excel General
    Replies: 4
    Last Post: 06-09-2009, 04:22 PM
  3. sumif with multiple conditions
    By Ray in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-22-2005, 08:05 PM
  4. [SOLVED] sumif - multiple conditions
    By bj in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-06-2005, 04:05 AM
  5. sumif - multiple conditions
    By J_Barn in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM
  6. [SOLVED] sumif - multiple conditions
    By J_Barn in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 PM
  7. SumIF for multiple conditions
    By cybercab in forum Excel General
    Replies: 1
    Last Post: 05-03-2005, 04:19 PM
  8. SUMIF on multiple conditions.
    By mauddib in forum Excel General
    Replies: 4
    Last Post: 03-25-2005, 08:49 AM

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