wayneryeven
Technical User
Hey guys
I have this formula in a cell O14:
=IF(ISBLANK(A14),"",MAX(IF(A14=A13,S13,$C$3)))
Basically checks if A14 is blank then have no value else if A14=A13 use the value in S13 else use the value in C3.
What i would like to do is add another check in that says if there is a value in C14 then O14= C14 (Though keeping the check to see if A14 has a value etc). If C14 is blank then carry on with "IF(A14=A13,S13,$C$3)))"
Is this possible?
I have this formula in a cell O14:
=IF(ISBLANK(A14),"",MAX(IF(A14=A13,S13,$C$3)))
Basically checks if A14 is blank then have no value else if A14=A13 use the value in S13 else use the value in C3.
What i would like to do is add another check in that says if there is a value in C14 then O14= C14 (Though keeping the check to see if A14 has a value etc). If C14 is blank then carry on with "IF(A14=A13,S13,$C$3)))"
Is this possible?