Good Evening
Can anybody help.
I am trying to write an Array formula that if a number is true will display a cells result in a cell, so an example is:
My data the Array will be looking at is on Details tab :
zone 1 zone 2 zone 3 zone 4 zone 5 zone 6 zone 7 zone 8 zone 9 zone 10
135 138 43 47 21 33 41
5 6 456 12 13 21 455 23 42 43
And the Array will be in a table where I have a static title list (5.6.11.12…..) which if the number corresponds to the source data will put the letter from the first cell (M or X) into the list
5 6 11 12 13 21 22 23 31 32 33 36 37 41
M M M M
X X X X X X X
The formulas I have are:
B2 formula is {=IF(Details!F2:Z2=5,Summary!A2,"")}
C2 formula is {=IF(Details!F2:Z2=6,Summary!A2,"")}
B3 formula is {=IF(Details!F3:Z3=5,Summary!A3,"")}
C3 formula is {=IF(Details!F3:Z3=6,Summary!A3,"")}
Which don’t seem to work, can you suggest where I have gone wrong.
Thank you for your help in advance
Regards
Jupops
Can anybody help.
I am trying to write an Array formula that if a number is true will display a cells result in a cell, so an example is:
My data the Array will be looking at is on Details tab :
zone 1 zone 2 zone 3 zone 4 zone 5 zone 6 zone 7 zone 8 zone 9 zone 10
135 138 43 47 21 33 41
5 6 456 12 13 21 455 23 42 43
And the Array will be in a table where I have a static title list (5.6.11.12…..) which if the number corresponds to the source data will put the letter from the first cell (M or X) into the list
5 6 11 12 13 21 22 23 31 32 33 36 37 41
M M M M
X X X X X X X
The formulas I have are:
B2 formula is {=IF(Details!F2:Z2=5,Summary!A2,"")}
C2 formula is {=IF(Details!F2:Z2=6,Summary!A2,"")}
B3 formula is {=IF(Details!F3:Z3=5,Summary!A3,"")}
C3 formula is {=IF(Details!F3:Z3=6,Summary!A3,"")}
Which don’t seem to work, can you suggest where I have gone wrong.
Thank you for your help in advance
Regards
Jupops