+ Reply to Thread
Results 1 to 27 of 27

Need Formula for Last Occurance

  1. #1
    Registered User
    Join Date
    03-12-2005
    Posts
    4

    Need Formula for Last Occurance

    I need a formula or array that will look up the last time a specific thing occured.

    A1:A1000 has the date it occured
    B1:B1000 has the thing that occured

    A1001 is where I want the formula or array to display the answer
    B1001 will be the occurance I enter to be looked up

    Thanks, John

  2. #2
    Biff
    Guest

    Re: Need Formula for Last Occurance

    Hi!

    Array entered:

    =MAX(IF(B1:B1000=B1001,A1:A1000))

    Format as DATE

    Biff

    "Reignman" <Reignman.1sasia_1121576703.1491@excelforum-nospam.com> wrote in
    message news:Reignman.1sasia_1121576703.1491@excelforum-nospam.com...
    >
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >
    > --
    > Reignman
    > ------------------------------------------------------------------------
    > Reignman's Profile:
    > http://www.excelforum.com/member.php...o&userid=21023
    > View this thread: http://www.excelforum.com/showthread...hreadid=387810
    >




  3. #3
    Aladin Akyurek
    Guest

    Re: Need Formula for Last Occurance

    Care to provide a tiny sample along with the expected result?

    Reignman wrote:
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >


  4. #4
    Biff
    Guest

    Re: Need Formula for Last Occurance

    Hi!

    Array entered:

    =MAX(IF(B1:B1000=B1001,A1:A1000))

    Format as DATE

    Biff

    "Reignman" <Reignman.1sasia_1121576703.1491@excelforum-nospam.com> wrote in
    message news:Reignman.1sasia_1121576703.1491@excelforum-nospam.com...
    >
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >
    > --
    > Reignman
    > ------------------------------------------------------------------------
    > Reignman's Profile:
    > http://www.excelforum.com/member.php...o&userid=21023
    > View this thread: http://www.excelforum.com/showthread...hreadid=387810
    >




  5. #5
    Aladin Akyurek
    Guest

    Re: Need Formula for Last Occurance

    Care to provide a tiny sample along with the expected result?

    Reignman wrote:
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >


  6. #6
    Biff
    Guest

    Re: Need Formula for Last Occurance

    Hi!

    Array entered:

    =MAX(IF(B1:B1000=B1001,A1:A1000))

    Format as DATE

    Biff

    "Reignman" <Reignman.1sasia_1121576703.1491@excelforum-nospam.com> wrote in
    message news:Reignman.1sasia_1121576703.1491@excelforum-nospam.com...
    >
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >
    > --
    > Reignman
    > ------------------------------------------------------------------------
    > Reignman's Profile:
    > http://www.excelforum.com/member.php...o&userid=21023
    > View this thread: http://www.excelforum.com/showthread...hreadid=387810
    >




  7. #7
    Aladin Akyurek
    Guest

    Re: Need Formula for Last Occurance

    Care to provide a tiny sample along with the expected result?

    Reignman wrote:
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >


  8. #8
    Biff
    Guest

    Re: Need Formula for Last Occurance

    Hi!

    Array entered:

    =MAX(IF(B1:B1000=B1001,A1:A1000))

    Format as DATE

    Biff

    "Reignman" <Reignman.1sasia_1121576703.1491@excelforum-nospam.com> wrote in
    message news:Reignman.1sasia_1121576703.1491@excelforum-nospam.com...
    >
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >
    > --
    > Reignman
    > ------------------------------------------------------------------------
    > Reignman's Profile:
    > http://www.excelforum.com/member.php...o&userid=21023
    > View this thread: http://www.excelforum.com/showthread...hreadid=387810
    >




  9. #9
    Aladin Akyurek
    Guest

    Re: Need Formula for Last Occurance

    Care to provide a tiny sample along with the expected result?

    Reignman wrote:
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >


  10. #10
    Biff
    Guest

    Re: Need Formula for Last Occurance

    Hi!

    Array entered:

    =MAX(IF(B1:B1000=B1001,A1:A1000))

    Format as DATE

    Biff

    "Reignman" <Reignman.1sasia_1121576703.1491@excelforum-nospam.com> wrote in
    message news:Reignman.1sasia_1121576703.1491@excelforum-nospam.com...
    >
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >
    > --
    > Reignman
    > ------------------------------------------------------------------------
    > Reignman's Profile:
    > http://www.excelforum.com/member.php...o&userid=21023
    > View this thread: http://www.excelforum.com/showthread...hreadid=387810
    >




  11. #11
    Aladin Akyurek
    Guest

    Re: Need Formula for Last Occurance

    Care to provide a tiny sample along with the expected result?

    Reignman wrote:
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >


  12. #12
    Biff
    Guest

    Re: Need Formula for Last Occurance

    Hi!

    Array entered:

    =MAX(IF(B1:B1000=B1001,A1:A1000))

    Format as DATE

    Biff

    "Reignman" <Reignman.1sasia_1121576703.1491@excelforum-nospam.com> wrote in
    message news:Reignman.1sasia_1121576703.1491@excelforum-nospam.com...
    >
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >
    > --
    > Reignman
    > ------------------------------------------------------------------------
    > Reignman's Profile:
    > http://www.excelforum.com/member.php...o&userid=21023
    > View this thread: http://www.excelforum.com/showthread...hreadid=387810
    >




  13. #13
    Aladin Akyurek
    Guest

    Re: Need Formula for Last Occurance

    Care to provide a tiny sample along with the expected result?

    Reignman wrote:
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >


  14. #14
    Biff
    Guest

    Re: Need Formula for Last Occurance

    Hi!

    Array entered:

    =MAX(IF(B1:B1000=B1001,A1:A1000))

    Format as DATE

    Biff

    "Reignman" <Reignman.1sasia_1121576703.1491@excelforum-nospam.com> wrote in
    message news:Reignman.1sasia_1121576703.1491@excelforum-nospam.com...
    >
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >
    > --
    > Reignman
    > ------------------------------------------------------------------------
    > Reignman's Profile:
    > http://www.excelforum.com/member.php...o&userid=21023
    > View this thread: http://www.excelforum.com/showthread...hreadid=387810
    >




  15. #15
    Aladin Akyurek
    Guest

    Re: Need Formula for Last Occurance

    Care to provide a tiny sample along with the expected result?

    Reignman wrote:
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >


  16. #16
    Aladin Akyurek
    Guest

    Re: Need Formula for Last Occurance

    Care to provide a tiny sample along with the expected result?

    Reignman wrote:
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >


  17. #17
    Biff
    Guest

    Re: Need Formula for Last Occurance

    Hi!

    Array entered:

    =MAX(IF(B1:B1000=B1001,A1:A1000))

    Format as DATE

    Biff

    "Reignman" <Reignman.1sasia_1121576703.1491@excelforum-nospam.com> wrote in
    message news:Reignman.1sasia_1121576703.1491@excelforum-nospam.com...
    >
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >
    > --
    > Reignman
    > ------------------------------------------------------------------------
    > Reignman's Profile:
    > http://www.excelforum.com/member.php...o&userid=21023
    > View this thread: http://www.excelforum.com/showthread...hreadid=387810
    >




  18. #18
    Biff
    Guest

    Re: Need Formula for Last Occurance

    Hi!

    Array entered:

    =MAX(IF(B1:B1000=B1001,A1:A1000))

    Format as DATE

    Biff

    "Reignman" <Reignman.1sasia_1121576703.1491@excelforum-nospam.com> wrote in
    message news:Reignman.1sasia_1121576703.1491@excelforum-nospam.com...
    >
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >
    > --
    > Reignman
    > ------------------------------------------------------------------------
    > Reignman's Profile:
    > http://www.excelforum.com/member.php...o&userid=21023
    > View this thread: http://www.excelforum.com/showthread...hreadid=387810
    >




  19. #19
    Aladin Akyurek
    Guest

    Re: Need Formula for Last Occurance

    Care to provide a tiny sample along with the expected result?

    Reignman wrote:
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >


  20. #20
    Biff
    Guest

    Re: Need Formula for Last Occurance

    Hi!

    Array entered:

    =MAX(IF(B1:B1000=B1001,A1:A1000))

    Format as DATE

    Biff

    "Reignman" <Reignman.1sasia_1121576703.1491@excelforum-nospam.com> wrote in
    message news:Reignman.1sasia_1121576703.1491@excelforum-nospam.com...
    >
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >
    > --
    > Reignman
    > ------------------------------------------------------------------------
    > Reignman's Profile:
    > http://www.excelforum.com/member.php...o&userid=21023
    > View this thread: http://www.excelforum.com/showthread...hreadid=387810
    >




  21. #21
    Aladin Akyurek
    Guest

    Re: Need Formula for Last Occurance

    Care to provide a tiny sample along with the expected result?

    Reignman wrote:
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >


  22. #22
    Biff
    Guest

    Re: Need Formula for Last Occurance

    Hi!

    Array entered:

    =MAX(IF(B1:B1000=B1001,A1:A1000))

    Format as DATE

    Biff

    "Reignman" <Reignman.1sasia_1121576703.1491@excelforum-nospam.com> wrote in
    message news:Reignman.1sasia_1121576703.1491@excelforum-nospam.com...
    >
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >
    > --
    > Reignman
    > ------------------------------------------------------------------------
    > Reignman's Profile:
    > http://www.excelforum.com/member.php...o&userid=21023
    > View this thread: http://www.excelforum.com/showthread...hreadid=387810
    >




  23. #23
    Aladin Akyurek
    Guest

    Re: Need Formula for Last Occurance

    Care to provide a tiny sample along with the expected result?

    Reignman wrote:
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >


  24. #24
    Biff
    Guest

    Re: Need Formula for Last Occurance

    Hi!

    Array entered:

    =MAX(IF(B1:B1000=B1001,A1:A1000))

    Format as DATE

    Biff

    "Reignman" <Reignman.1sasia_1121576703.1491@excelforum-nospam.com> wrote in
    message news:Reignman.1sasia_1121576703.1491@excelforum-nospam.com...
    >
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >
    > --
    > Reignman
    > ------------------------------------------------------------------------
    > Reignman's Profile:
    > http://www.excelforum.com/member.php...o&userid=21023
    > View this thread: http://www.excelforum.com/showthread...hreadid=387810
    >




  25. #25
    Aladin Akyurek
    Guest

    Re: Need Formula for Last Occurance

    Care to provide a tiny sample along with the expected result?

    Reignman wrote:
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >


  26. #26
    Biff
    Guest

    Re: Need Formula for Last Occurance

    Hi!

    Array entered:

    =MAX(IF(B1:B1000=B1001,A1:A1000))

    Format as DATE

    Biff

    "Reignman" <Reignman.1sasia_1121576703.1491@excelforum-nospam.com> wrote in
    message news:Reignman.1sasia_1121576703.1491@excelforum-nospam.com...
    >
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >
    > --
    > Reignman
    > ------------------------------------------------------------------------
    > Reignman's Profile:
    > http://www.excelforum.com/member.php...o&userid=21023
    > View this thread: http://www.excelforum.com/showthread...hreadid=387810
    >




  27. #27
    Aladin Akyurek
    Guest

    Re: Need Formula for Last Occurance

    Care to provide a tiny sample along with the expected result?

    Reignman wrote:
    > I need a formula or array that will look up the last time a specific
    > thing occured.
    >
    > A1:A1000 has the date it occured
    > B1:B1000 has the thing that occured
    >
    > A1001 is where I want the formula or array to display the answer
    > B1001 will be the occurance I enter to be looked up
    >
    > Thanks, John
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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