+ Reply to Thread
Results 1 to 9 of 9

Formua to only sum items where each item is less than 1.00

  1. #1
    Forum Contributor
    Join Date
    07-12-2018
    Location
    South Africa
    MS-Off Ver
    Office 2021
    Posts
    2,730

    Formua to only sum items where each item is less than 1.00

    I have values in Col I on sheet "PL Recon Items"


    I only want to sum the values in Col I on sheet "PL recon Items" where the values are each under 1.00



    I have set up a formula on sheet "Recon" in cell M2 but it is giving me an incorrect result. The total should sum 0.09


    Please Login or Register  to view this content.

    It would be appreciated if someone could amend my formula

  2. #2
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,065

    Re: Formua to only sum items where each item is less than 1.00

    Try =SUMIF('PL Recon Items'!I2:I19,"<1")

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,064

    Re: Formua to only sum items where each item is less than 1.00

    As SUMIF is OK with whole column references, you can also use:

    =SUMIF('PL Recon Items'!I:I,"<1")
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: Lá fhéile Pádraig sona dhaoibh

  4. #4
    Forum Contributor
    Join Date
    07-12-2018
    Location
    South Africa
    MS-Off Ver
    Office 2021
    Posts
    2,730

    Re: Formua to only sum items where each item is less than 1.00

    Thnks for the help Joseph & Glenn

  5. #5
    Forum Contributor
    Join Date
    07-12-2018
    Location
    South Africa
    MS-Off Ver
    Office 2021
    Posts
    2,730

    Re: Formua to only sum items where each item is less than 1.00

    Hi Glenn & Joseph

    I tried your formula using different samole data to sim values that are each below 1.00 which can be be up to to a maximum of -0.99 or 0.99

    Mnually these sum to 0.09


    Kindly test & amend your formula

  6. #6
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    Australia
    MS-Off Ver
    365 V2403 and WPS V2022
    Posts
    3,443

    Re: Formua to only sum items where each item is less than 1.00

    worksheet or Tab name : Recon

    Cell M2 formula
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Or

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  7. #7
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,065

    Re: Formua to only sum items where each item is less than 1.00

    Try, =SUMIFS('PL Recon Items'!I:I,'PL Recon Items'!I:I,"<1",'PL Recon Items'!I:I,">-1")

  8. #8
    Forum Contributor
    Join Date
    07-12-2018
    Location
    South Africa
    MS-Off Ver
    Office 2021
    Posts
    2,730

    Re: Formua to only sum items where each item is less than 1.00

    Thanks for the help, wk91028 & Joseph


    Both your solutions give the correct result

  9. #9
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    Australia
    MS-Off Ver
    365 V2403 and WPS V2022
    Posts
    3,443

    Re: Formua to only sum items where each item is less than 1.00

    @Howardc1001 You're Welcome. Glad to help . Thank You for the feedback and rep.

+ 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. [SOLVED] how could add item in last item if doesn't contains items in last location
    By Alaa-A in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-17-2022, 02:26 AM
  2. Get top 10 items from a list and corresponding item No
    By chaliseyp in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-13-2021, 02:49 AM
  3. Loop though Pivot items and Item each one
    By G.Bregvadze in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-13-2019, 06:56 AM
  4. vba excel - last listbox item transfer erasing all listbox items except last item
    By terriertrip in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-06-2017, 03:48 PM
  5. [SOLVED] Can't add over 9 items to a list item
    By brucemc777 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-17-2017, 08:04 PM
  6. Help with Looking up 3 items and return 1 item
    By vivek.budhram in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-02-2016, 06:22 AM
  7. Replies: 3
    Last Post: 12-20-2013, 12:16 AM

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