G
Guest
Hi, i'm having dificulties to make a formula that does what i want, and the formula must do like this:
A B C
1 Ivone 111 Ivone
2 Joana 112 111
3 Manel 113 Joana
4 112
....
I'm doing like this but isn't getting good
=IF(D3="text";IF(C2>1;A1;B1);B4) -> is not doing the sequence of A1 - B2 - A2 - B2 get it?
Maybe i'm complicating a little don't i?
A B C
1 Ivone 111 Ivone
2 Joana 112 111
3 Manel 113 Joana
4 112
....
I'm doing like this but isn't getting good
=IF(D3="text";IF(C2>1;A1;B1);B4) -> is not doing the sequence of A1 - B2 - A2 - B2 get it?
Maybe i'm complicating a little don't i?