+ Reply to Thread
Results 1 to 7 of 7

display value if conditions meet

  1. #1
    Registered User
    Join Date
    01-11-2011
    Location
    Boston, US
    MS-Off Ver
    Excel 2013
    Posts
    9

    display value if conditions meet

    Hello,

    I have a question in excel that I hope you can help.

    I have spreadsheet that contain serial#, order#, shipping date and pricing. Right now I want display order# in Column E if one of the shipping date> 12/31/2009 under the same serial#.

    Here is the sample data

    Any advice is appreciated.
    Attached Files Attached Files

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

    Re: display value if conditions meet

    Try:

    =IF(COUNTIFS(A:A,A2,C:C,">12/31/2009"),B2,"")

    copied down
    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
    05-04-2010
    Location
    Norway
    MS-Off Ver
    Excel 365
    Posts
    30

    Re: display value if conditions meet

    This seems to work, enter this in cell E2:

    Please Login or Register  to view this content.
    E2 will be blank since the formula returns FALSE, but if you copy it to E3 you'll see it works.
    Last edited by BeerKing; 01-11-2011 at 01:58 PM. Reason: Forgot an ending paranthese

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

    Re: display value if conditions meet

    BeerKing,

    How about the check for the same serial number?

  5. #5
    Registered User
    Join Date
    01-11-2011
    Location
    Boston, US
    MS-Off Ver
    Excel 2013
    Posts
    9

    Re: display value if conditions meet

    It works! Thank you so much!

  6. #6
    Registered User
    Join Date
    05-04-2010
    Location
    Norway
    MS-Off Ver
    Excel 365
    Posts
    30

    Re: display value if conditions meet

    It's possible I didn't fully understand the question, but I can't really see what I've missed. For each serial# I see 2 or 3 different order#. What have I missed??

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

    Re: display value if conditions meet

    It will up to the Original Poster, Slin, to clarify which is the "working" solution.

    But I interpreted the question as: If the particular serial # has any dates listed that is greater than 12/31/2009, then he/she wants the Order # from the same line to as the formula is in to show...

    Yours, just looks at the date and selects the order number if it is the date is greater than the 12/31/2009.

    Possibly that is what was required... OP please arbitrate.

+ 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