+ Reply to Thread
Results 1 to 10 of 10

completing ship to dates based on customers name and table of values

  1. #1
    Registered User
    Join Date
    06-06-2011
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2010
    Posts
    10

    Question completing ship to dates based on customers name and table of values

    I have attached a copy of my workbook. I am trying to determine ship dates for my customer based on the customers name (this has been changed to A,B,C, etc for privacy) and the order dated. I have approx 150 customers, but only 15 have a specific date and all others are 7. Could you recommend a formula? I thought an 'if' formula would be too lengthy.

    Thanks for your input!
    Attached Files Attached Files
    Last edited by butterfly123; 06-06-2011 at 02:13 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Not sure what formula to use

    Welcome to the forum,

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    PLEASE PM WHEN YOU HAVE DONE THIS AND I WILL DELETE THIS POST
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    06-06-2011
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Not sure what formula to use

    Ok, I have changed the title...sorry

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: completing ship to dates based on customers name

    If you capitalize the word "days" in Q10, then you can use:

    =I3+SUBSTITUTE(VLOOKUP(IF(ISNUMBER(MATCH(H3,$P$3:$P$10,0)),H3,"All Others"),$P$3:$Q$10,2,0),"Days","")

    copied down.

    Even better, just leave numbers in column Q to represent number of days and use:

    =I3+VLOOKUP(IF(ISNUMBER(MATCH(H3,$P$3:$P$10,0)),H3,"All Others"),$P$3:$Q$10,2,0)

  5. #5
    Registered User
    Join Date
    05-11-2011
    Location
    College Station, Texas
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    42

    Re: completing ship to dates based on customers name

    Hello,

    See if this helps.

    Thanks and Regards,
    Abi
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    06-06-2011
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: completing ship to dates based on customers name and table of values

    Perfect...thanks!! I tried both ways and like Abi's.

    I appreciate both!!

  7. #7
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: completing ship to dates based on customers name and table of values

    Hello, See the attached.

    Change the customers days & All others in a new sheet, So you can add/delete customers from the list.
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  8. #8
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: completing ship to dates based on customers name and table of values

    Quote Originally Posted by butterfly123 View Post
    Perfect...thanks!! I tried both ways and like Abi's.

    I appreciate both!!
    You did ask for shipping date the other respondent gave you number of shipping days.... semantics, I guess ....

  9. #9
    Registered User
    Join Date
    06-06-2011
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: completing ship to dates based on customers name and table of values

    great, I like this one even better

  10. #10
    Registered User
    Join Date
    06-06-2011
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: completing ship to dates based on customers name and table of values

    yes true....I am a bit of a novice and I could understand his logic better

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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