ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Need Formula Help (https://www.excelbanter.com/excel-worksheet-functions/218164-need-formula-help.html)

Chintan

Need Formula Help
 
A B X Y Z AX AY AZ Bx BY BZ
1 0 0 1 0 0 1 0 0 0 0
1 0 1 0 0
1 0 0 0 1
0 1 0 1 0
0 1 1 0 0
0 1 0 0 1

this is the for ex. first row and colum now i want this kind of formula in
AX, AY, AZ, BX, BY, BZ. answer will come 1 in AY and in others will come 0.
which kind of formula i have write?

muddan madhu

Need Formula Help
 
try this

in cell F2 put this formula
=IF((LOOKUP(LEFT(F$1,1),$A$1:$E$1,$A2:$E2)*LOOKUP( RIGHT(F$1,1),$A$1:$E
$1,$A2:$E2))=1,1,0)

copy it down and across.


On Jan 28, 3:31*pm, Chintan wrote:
A * * *B * *X * * Y * *Z * *AX * *AY * *AZ * *Bx * * BY * *BZ
1 * * *0 * *0 * * *1 * *0 * * 0 * * *1 * * *0 * * 0 * * *0 * * * 0
1 * * *0 * *1 * * *0 * *0
1 * * *0 * * 0 * * 0 * *1
0 * * * 1 * *0 * * 1 * *0
0 * * * 1 * *1 * * 0 * *0
0 * * * 1 * *0 * * 0 * *1

this is the *for ex. first row and colum now i want this kind of formula in
AX, AY, AZ, BX, BY, BZ. answer will come 1 in AY and in others will come 0.



All times are GMT +1. The time now is 09:40 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com