Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() 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 -- gsnivas ------------------------------------------------------------------------ gsnivas's Profile: http://www.excelforum.com/member.php...o&userid=25860 View this thread: http://www.excelforum.com/showthread...hreadid=392445 |
#2
![]() |
|||
|
|||
![]() 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:All IDM!$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 -- gsnivas ------------------------------------------------------------------------ gsnivas's Profile: http://www.excelforum.com/member.php...o&userid=25860 View this thread: http://www.excelforum.com/showthread...hreadid=392445 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I import formmail data to a custom excel template? | Excel Worksheet Functions | |||
updating a column in existing excel sheet | Excel Worksheet Functions | |||
Password protection of Excel Sheet linked to Bloomberg Data | Excel Discussion (Misc queries) | |||
Getting Excel Data from One Sheet to Another.... | Excel Discussion (Misc queries) | |||
Analyzing non numerical data in an excel spread sheet | Excel Worksheet Functions |