+ Reply to Thread
Results 1 to 4 of 4

HLookup, Possibly...

  1. #1
    Forum Contributor
    Join Date
    05-05-2006
    Posts
    143

    HLookup, Possibly...

    Hi I have a problem with a table I have created.

    I have a list of customers in Column B, & The Date they became a customer in COlumn A.

    From Column D to BK, I have purchase dates.

    In the corresponding cells I have a 1/0 dependant on whether a purchase was made on that date.

    In BL I Have the number of Purchases made.

    In BM I want the date that the first purchase was made....

    E.g.
    ...Signup...Name.........27/7/06....28/7/06....29/7/06....Purchases..1st Time
    1 27/7/06-John Smith-.....0.............1...........0..............1............28/7/06


    Getting the first purchase date to be returned is my problem.

    Ty.

  2. #2
    Forum Contributor
    Join Date
    02-28-2006
    Posts
    690
    Instead of entering 1 when a purchase is made, enter the date, then use MIN() function on the "purchase" row - if you get an error, no purchases made, trap with ISERROR().

  3. #3
    Registered User
    Join Date
    09-26-2006
    Posts
    1

    match should work

    if you are finding it for each row, then for row put in BM3
    =if(BL3 = 0, "No Purchases till date", offset($C$1,0,match(1,D3:BK3,0)))

  4. #4
    Forum Contributor
    Join Date
    05-05-2006
    Posts
    143
    1st Post. Works. Thanks [=

+ 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