+ Reply to Thread
Results 1 to 9 of 9

Is it possible to Sum up numbers here?

  1. #1
    Registered User
    Join Date
    11-03-2020
    Location
    Norway
    MS-Off Ver
    Excel
    Posts
    45

    Is it possible to Sum up numbers here?

    Tappeplan.png

    Hello. is it possible to sum the numbers i marked out if the criteria is "mandag"? that day comes from a scrollable list.

    that list can change from 1 - 12 numbers..

    cant figure out how to stop it from counting numbers at "Tirsdag" too :/

  2. #2
    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,036

    Re: Is it possible to Sum up numbers here?

    Hi there.

    A picture is worth 1,000 words. An Excel sheet is worth 1,000 pictures.

    Please read the yellow banner about sample worksheets, at the top of the screen. Act on its guidelines and post a SMALL sample sheet.
    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

  3. #3
    Registered User
    Join Date
    11-03-2020
    Location
    Norway
    MS-Off Ver
    Excel
    Posts
    45

    Re: Is it possible to Sum up numbers here?

    So sorry :/ i will do it right now !
    Attached Files Attached Files

  4. #4
    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,036

    Re: Is it possible to Sum up numbers here?

    Where do you expect see the results?

  5. #5
    Registered User
    Join Date
    11-03-2020
    Location
    Norway
    MS-Off Ver
    Excel
    Posts
    45

    Re: Is it possible to Sum up numbers here?

    A10 would be a good place to start. cause i need to move it to another worksheet later.

  6. #6
    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,036

    Re: Is it possible to Sum up numbers here?

    OK. Key point is that you want them in the Table, not elsewhere.

    =IF(B4="","",SUM(C4:INDEX(C4:C$20,MATCH(TRUE,INDEX((C4:C$20=""),0),0))))

    You may need to use ; instead of ,
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    11-03-2020
    Location
    Norway
    MS-Off Ver
    Excel
    Posts
    45

    Re: Is it possible to Sum up numbers here?

    I tryed making it Sum up column D now. but then it returns #N/A. the column thats called Antall fl.. why is that? i dont know so much about that formula!

  8. #8
    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,036

    Re: Is it possible to Sum up numbers here?

    Slight change, as column D contains hidden zeros... and the first row (D4) is also zero:

    =IF(B4="","",SUM(D4:INDEX(D5:D$20,MATCH(TRUE,INDEX((D5:D$20=0),0),0))))
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    11-03-2020
    Location
    Norway
    MS-Off Ver
    Excel
    Posts
    45

    Re: Is it possible to Sum up numbers here?

    Wow.. only a mastermind could figure that out! thank you so much for this help!! have a Great day!!

+ 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. Replies: 4
    Last Post: 10-20-2020, 04:15 PM
  2. Replies: 4
    Last Post: 12-17-2015, 12:33 AM
  3. Replies: 7
    Last Post: 02-27-2014, 10:56 PM
  4. [SOLVED] Convert all numbers stored as text or custom formatted to numbers &no decimals - 40 sheets
    By synses in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-19-2013, 01:46 AM
  5. Replies: 8
    Last Post: 11-01-2012, 07:49 PM
  6. [SOLVED] How to merge a numbers from 3 cells, eliminate repetitive numbers, and sort such numbers?
    By david gonzalez in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-22-2012, 11:59 AM
  7. Replies: 12
    Last Post: 04-24-2011, 05:45 PM

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