+ Reply to Thread
Results 1 to 2 of 2

Updating excel sheet with selected data from another sheet in the same file

  1. #1
    Registered User
    Join Date
    08-03-2005
    Posts
    2

    Updating excel sheet with selected data from another sheet in the same file

    Hi,

    I have a excel sheet, sheet1 having lot of information as shown below:

    Alloc. Status----------Emp. Name
    (in Column A)---------(in Column B)
    _________________________

    Domestic---------------Emp1
    Overseas--------------Emp2
    Internal----------------Emp3
    Leave-------------------Emp4
    Overseas---------------Emp5
    Internal-----------------Emp6

    I would like to update another sheet, sheet2 in the same file based on the alloc.Status, eg.Domestic.

    Sheet2 should get updated automatically whenever there is a change in sheet1.

    I found some formula at the URL below:

    http://office.microsoft.com/en-us/as...260381033.aspx

    But that formula is working only in the same sheet. It's not working when I used it in Sheet2.

    Thanks in advance
    GSNIVAS

  2. #2
    Registered User
    Join Date
    08-03-2005
    Posts
    2

    Got the answer

    Hi all,

    Following is the formula which is working:

    =IF(ISERROR(INDEX(AllIDM!$A$1:AllIDM!$C$500,SMALL(IF(AllIDM!$A$1:AllIDM!$A$500="Branch",ROW(AllIDM!$A$1:AllIDM!$A$500)),ROW(Sheet3!1:1)),3)),"",INDEX(AllIDM!$A$1:AllIDM!$C$500,SMALL(IF(AllIDM!$A$1:AllIDM!$A$500="Branch",ROW(AllIDM!$A$1:AllIDM!$A$500)),ROW(Sheet3!1:1)),3))

    AllIDM is the main worksheet having complete data, Branch is test condition.

    Thanks
    GSNIVAS

+ 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