Adding value of cell X only if cell Y is blank
- by Graeme Hutchison
I have a list with three columns A, B, and C. The first two columns are complete (A and B), while the third (C) has many blanked fields.
What I want to do is replace all the blank fields in Column C with the same value form cell A in the same row.
The List contains over 2000 records, of which 65% have a blank Column C value, so I would like to use a formula/function.
Below is an example of what I have and what I want to do (on a much smaller scale)