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

  • SEARCH
  • Home
  • 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 8317527
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T21:38:08+00:00 2026-06-08T21:38:08+00:00

There is a column with values, and a new one is added everyday( with

  • 0

There is a column with values, and a new one is added everyday( with the date in the adjacent column). I would need to get the average of every three months automatically. While it is pretty easy to do so for the past data, I was wondering if it is possible to have a formula where the date can be selected, and the average of the data till the last cell is taken in until the specified date is reached. For example:

Column A has dates say from 7/1/2012 to 7/23/2012.
Column B has certain values.

Both have a new entry every day (barring weekends). Is it possible for me to get the average till the last entered date (7/23/2012 in this case), but only valid till the date reaches say 9/30/2012 ?

  • 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-06-08T21:38:10+00:00Added an answer on June 8, 2026 at 9:38 pm

    In Excel, dates can be represented as numbers, more specifically the number of days since January 1st, 1900. In this case, you want to cap the days at September 30th, 2012, which is represented as 41182. And so you can compute the average of the values in column B such that the associated dates in column A are earlier than October 2012 with this formula:

    =AVERAGEIFS(B:B, A:A, "<41183")
    

    If you wanted to set a range of dates, say from between July 1st, 2012 to September 30th, 2012, you’d do it like this:

    =AVERAGEIFS(B:B, A:A, "<41183", A:A, ">41090")
    

    Just play around with dates and their number representation to get the proper bounds. Hope this helps!

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

Sidebar

Related Questions

Is there a way to get all possible values from a MySQL enum column?
There is one table , and I want the unique values of table column
There is a column in database which contains comma separated values like: 0.00,12.45,14.33 and
In my dataframe there is a column with Sound and Response as values. Ideally,
Is there an IDENTITY like column type that generates alphanumeric values? Like 023904F?
I have an item table where there is a type column. The values here
In a DataTable object, is there added overhead to looking up a column value
I have an Oracle DATE column with, for example, these values: RUN_DATE ------------------- 2012-06-09
I have this table: ID(INT) DATE(DATETIME) Under the DATE column there are a lot
There is a one section of orders page where users can add new fields

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.