Good Morning all
Can anybody please help?
I am trying to create a spreadsheet that will print a cell when two other cells are set to true. So the first condition is – if 41 is in column B, the next condition is “A” is on the same row on Column D, then print out the cells detail on the same row in column F.
For example
41 41 0 A 310 14
0 41 0 B 45 4
0 41 0 C 99 0
Therefore the cell printed should give me – 14.
I have tried an if formula:
=IF((B:B=41)*AND(D
="A"),F:F,0) – (which give me a result 0)
I have tried to amend this formula into an Arrey formula, butb get the same resukt, can anyinne suggest where I am going wrong, thank you.
Regards
Jupops
Can anybody please help?
I am trying to create a spreadsheet that will print a cell when two other cells are set to true. So the first condition is – if 41 is in column B, the next condition is “A” is on the same row on Column D, then print out the cells detail on the same row in column F.
For example
41 41 0 A 310 14
0 41 0 B 45 4
0 41 0 C 99 0
Therefore the cell printed should give me – 14.
I have tried an if formula:
=IF((B:B=41)*AND(D
I have tried to amend this formula into an Arrey formula, butb get the same resukt, can anyinne suggest where I am going wrong, thank you.
Regards
Jupops