+ Reply to Thread
Results 1 to 3 of 3

Please Help to get a value from a column with simple condition

  1. #1
    Registered User
    Join Date
    03-22-2012
    Location
    Bangalore, IND
    MS-Off Ver
    EXCEL 2010, 2007
    Posts
    90

    Please Help to get a value from a column with simple condition

    Hi,
    I will get a set of dates in column A from A1:A10, most of the time s the values will be same and it will be a date, So I just want a formula to get that any value as it is same , for example here 12/12/2012 is the result so I just want that one in F5, incase if column has two diff values 12/12/2012, 12/13/2012 then it should show a message as "error"

    For more info I am attachig the worksheet , please look into it

    Thanks in advance for great helping minds and brains


    Thank you all ,

    VipzLpuc2er.xlsx
    Last edited by vpnvipin; 08-02-2012 at 05:06 AM. Reason: solved
    Vipin Oceans

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Please Help to get a value from a column with simple condition

    hi vpnvipin, try:
    =IF(COUNT(A2:A10)=COUNTIF(A2:A10,MIN(A2:A10)),MIN(A2:A10),"error")

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    03-22-2012
    Location
    Bangalore, IND
    MS-Off Ver
    EXCEL 2010, 2007
    Posts
    90

    Re: Please Help to get a value from a column with simple condition

    Awesome job done by BEN , thanks a Lot buddy, Repp added...

+ 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