Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7431475
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T09:18:06+00:00 2026-05-29T09:18:06+00:00

A challenge for the excel users: I have a table with the following columns:

  • 0

A challenge for the excel users:
I have a table with the following columns:

Year || Week || Output
2011 ||  50  || 1000
2011 ||  51  || 2000
2011 ||  52  || 1500
2012 ||  01  || 1200
2012 ||  02  || 1700
2012 ||  03  || 1900

I want to sum the values on the column output that are between a given year/week and another year/week. Example:

  • between 2011/50 and 2011/52. Result = 1000+2000+1500 = 4500
  • between 2011/51 and 2012/02. Result = 2000+1500+1200+1700 = 6400

Thank you all in advance.

Regards,
MH

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T09:18:07+00:00Added an answer on May 29, 2026 at 9:18 am

    My steps:

    1. Year = A, Week = B, Output = E
    2. Create a temp column (C) holding: {Year}*100 + {Week}
    3. Create two input sets for the boundaries (also with {Year}*100 + {Week}) — <LOW> & <HIGH>.
    4. Create a temp column (D) with this formula:

    =IF(AND(C2>=<LOW>,C2<=<HIGH>),1,0)*E2

    Then the summation cell becomes:

    =SUM(D:D)

    EDIT: Found another way with no D column from above

    N1 = LOW   (year*100 + week)
    O1 = HIGH  (year*100 + week)
    
    N2 => =TEXT(N1)
    O2 => =TEXT(O1)
    
    

    =SUMIFS(E:E,C:C, CONCATENATE(">=", $N$2),C:C, CONCATENATE("<=", $O$2))

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following challenge at hand: I have a fanpage for a apartment
I have the following challenge that I need to create unique object tuples out
I have a challenge doing the following statement. In breadcrumbs.phtml I would like to
Challenge: I have this code that fails to compile. Can you figure out what's
I challenge you :) I have a process that someone already implemented. I will
The challenge The shortest code by character count, that will output musical notation based
The challenge The shortest code by character count to output a spider web with
The challenge The shortest code by character count that will output the numeric equivalent
I have a SQL challenge that is wracking my brain. I am trying to
I have an interesting challenge that I'm wondering if anyone here can give me

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.