+ Reply to Thread
Results 1 to 5 of 5

CountIF Formula

  1. #1
    Registered User
    Join Date
    05-20-2008
    Posts
    4

    CountIF Formula

    Hi All,
    Need Help with Excel Formula...

    I have 2 sheets in my workbook.

    How to retrieve corresponding servername & Groupnames into cell? in Sheet2 with the help of excel farmulas?

    Pls, find attached xl file. & Help me...

    Early help appriciated.

    Thanks in advance
    [email protected]
    Attached Files Attached Files
    Gopinath

  2. #2
    Registered User
    Join Date
    05-20-2008
    Posts
    4

    Index & CountIF Formula

    Hi All,
    I Need Help with Excel Formula...

    I have 2 sheets in the workbook test1.xls (Pls See Attached test1.xls)

    On Sheet2 - How to retrieve corresponding servername & Groupname from sheet1 to Sheet2 cell? with the help of excel farmulas?

    Early help appriciated.

    Thanks in advance
    [email protected]
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    First, unmerge cells A3:C3, move the text (Server 1) from A3 to B3, and merge B3:C3. Then try the following...

    B2, confirmed with CONTROL+SHIFT+ENTER, and copied down:

    =INDEX(Sheet1!$B$3:$I$3,MATCH($A2,INDEX(Sheet1!$B$5:$I$14,MIN(IF(Sheet1!$B$5:$I$14=$A2,ROW(Sheet1!$B$5:$I$14)-ROW(Sheet1!$B$5)+1)),0),0)-1)

    C2, confirmed with CONTROL+SHIFT+ENTER, and copied down:

    =INDEX(Sheet1!$B$5:$I$14,MIN(IF(Sheet1!$B$5:$I$14=$A2,ROW(Sheet1!$B$5:$I$14)-ROW(Sheet1!$B$5)+1)),MATCH($A2,INDEX(Sheet1!$B$5:$I$14,MIN(IF(Sheet1!$B$5:$I$14=$A2,ROW(Sheet1!$B$5:$I$14)-ROW(Sheet1!$B$5)+1)),0),0)-1)

    See the attached file...

    Hope this helps!
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474

  5. #5
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Thanks Domenic,

    gopinath_try,

    You have already being asked to read the forum rules. Please do read these rules as if you continue to ignore them you may be banned from the forum

    http://www.excelforum.com/showthread.php?t=645138

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

+ 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