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 8363687
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T12:14:38+00:00 2026-06-09T12:14:38+00:00

I got a table like this: A B C ———- ———- ———- 12.10.2005 12.10.2006

  • 0

I got a table like this:

    A             B             C     
----------    ----------    ----------
12.10.2005    12.10.2006        1
12.10.2005    12.10.2010        2
12.10.2005    12.10.2010        3
12.10.2005    12.10.2010        4
12.10.2005    12.10.2010        5
12.10.2005    12.10.2012        6
12.10.2005    12.10.2012        7
12.10.2005    12.10.2018        8
12.10.2005    12.10.2020        9
12.10.2005    12.10.2025        10
12.10.2005    12.10.2026        11

and i want to findout if this date 01.05.2012 included between any dates in each row of A – B..

and if any match found then i’d like to get the value at same row’s C column..

so the result should be:

6, 7, 8, 9, 10, 11

so far i’ve done this:

=IF(A1:A11<=D1>=B1:B11; "There is a result." ;"No proper answer found.")

i still cant find a way to get the value at C in formula so what should i add this formula to achive that?

  • 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-09T12:14:40+00:00Added an answer on June 9, 2026 at 12:14 pm

    You’ll have to be sure this uses the right date formats, but you can do the following:

    Use another 2 columns (“E” and “F”) for these formulae: =VALUE(LEFT(A1,2)&"/"&MID(A1,4,2)&"/"&RIGHT(A1,4))
    =VALUE(LEFT(B1,2)&"/"&MID(B1,4,2)&"/"&RIGHT(B1,4))

    They convert dates in A1/B1 to the Excel date format (and return the corresponding serial number).

    You can convert your 01.05.2012 to a serial number, as well, for comparing. We’ll put this serial number in $G$1

    In a third column, you can use the formula: =AND(E1<=$G$1,$G$1<=F1) (the serial number in $G$1 is greater than the serial in Column “E” (date in “A”) and less than the serial in Column “F” (date in “B”)).

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

Sidebar

Related Questions

I got a table like this: Id Date1 Date2 Status ---------------------------------------------- 1 01/01/2010 null
I got a table like this, and use MYSQL 5.5 id --- 2 3
I've got table with two columns: name and grade. It looks sth like this:
I've basically got a table with 2 rows and it looks like this: ---------
I'm relatively confused about this... I've got a table like: +----------------+--------------------------------------------------+------+-----+-------------------+-----------------------------+ | Field |
I've got a situation like this: Table: FunTable ItemKey ItemName ItemPriceEffectiveDate ItemPrice 11 ItemA
So I've got this audit table, looks like this: USE [DatabaseName] GO /****** Object:
I've got m2m relationship like this: #main table CREATE TABLE products_product ( id integer
I've got a query that looks something like this: SELECT * FROM table WHERE
I’ve got a table like this: Create Table PersonAgent ( PersonID varchar2(10) not null,

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.