I've got 4 cells that I'm trying to reference in a special way.
I've tried using "If" statements, but it will only go so far and then give me an error..
I've got Cell A1, B1, C1, D1..
If cell D1 is blank, return C1, if C1 is blank, return B1, if B1 is blank, return A1. Of course if D1 is not blank, return D1..
I've tried the If statement to replicate this and it does work properly.
HELP !!
I've tried using "If" statements, but it will only go so far and then give me an error..
I've got Cell A1, B1, C1, D1..
If cell D1 is blank, return C1, if C1 is blank, return B1, if B1 is blank, return A1. Of course if D1 is not blank, return D1..
I've tried the If statement to replicate this and it does work properly.
HELP !!