Mahir Yagimli
Member
Hello Excel Ninja's,
Hope you can help me out on this one.
I have one master sheet and two employees shall work on it simultaneously. I thought of an array formula to solve the issue.
Employee A would insert his datas to sheet a and Employee B to sheet B. Now the array formula would be in the master sheet merging the datas from sheet a and sheet b. for example I have a formula in Master_Sheet! A1 - IF(AND(Sheet_A!A1<>"";Sheet_B!A1<>"";Sheet_A!A1;"Put the other result from Sheet_B!A1 into the cell in Master Sheet!A2 and so on.
Is that possible? In the Internet I found an array which is like follows:
IF(IF(SUM(IF(Sheet1!$A$1:$A$25<>"",1,0))>=ROW(), OFFSET(Sheet1!$A$1,ROW()-1,COLUMN()-1),OFFSET(Sheet3!$A$1,ROW()-SUM( IF(Sheet1!$A$1:$A$25<>"",1,0)),COLUMN()-1))=0,"", IF(SUM(IF(Sheet1!$A$1:$A$25<>"",1,0))>=ROW(), OFFSET(Sheet1!$A$1,ROW()-1,COLUMN()-1),OFFSET(Sheet3!$A$1, ROW()-SUM(IF(Sheet1!$A$1:$A$25<>"",1,0)),COLUMN()-1)))
The Problem with that is takes all the results of the first sheet and then it shifts to the other sheet.
I'd like to let excel make a choice between a1 from sheet a and sheet b and put the other result one row below.
Thank you in advance for your help.
Kind regards
Mahir
Hope you can help me out on this one.
I have one master sheet and two employees shall work on it simultaneously. I thought of an array formula to solve the issue.
Employee A would insert his datas to sheet a and Employee B to sheet B. Now the array formula would be in the master sheet merging the datas from sheet a and sheet b. for example I have a formula in Master_Sheet! A1 - IF(AND(Sheet_A!A1<>"";Sheet_B!A1<>"";Sheet_A!A1;"Put the other result from Sheet_B!A1 into the cell in Master Sheet!A2 and so on.
Is that possible? In the Internet I found an array which is like follows:
IF(IF(SUM(IF(Sheet1!$A$1:$A$25<>"",1,0))>=ROW(), OFFSET(Sheet1!$A$1,ROW()-1,COLUMN()-1),OFFSET(Sheet3!$A$1,ROW()-SUM( IF(Sheet1!$A$1:$A$25<>"",1,0)),COLUMN()-1))=0,"", IF(SUM(IF(Sheet1!$A$1:$A$25<>"",1,0))>=ROW(), OFFSET(Sheet1!$A$1,ROW()-1,COLUMN()-1),OFFSET(Sheet3!$A$1, ROW()-SUM(IF(Sheet1!$A$1:$A$25<>"",1,0)),COLUMN()-1)))
The Problem with that is takes all the results of the first sheet and then it shifts to the other sheet.
I'd like to let excel make a choice between a1 from sheet a and sheet b and put the other result one row below.
Thank you in advance for your help.
Kind regards
Mahir