B
Bill
Please help,
I have a csv file produced via a website that I need to
format for a database import.
The required address fields are not populated in the
correct sequence for the import.
Add1(C) Always Populated Required Field
Add2(D) Always Populated
Add3(E) Sometimes Populated
Add4 F) Sometimes Populated Required Field
Pcode (G)
The problem is that Columns D and E sometimes contain
data that is required for Column F and that column
sometimes contains the information required for Column G
The nested if statement I've produced looks like this
=If(F2="",If(E2="",D2,E2))
What I am trying to do is to populate F2 if blank with
either E2 or D2 but when I paste special the value of
F2 ends up as false if F2 is populated.
Also, I can't figure out how to delete the duplicated
information
I hope that this isn't to much detail
I would really be grateful for any assistance
Thanks
Bill
I have a csv file produced via a website that I need to
format for a database import.
The required address fields are not populated in the
correct sequence for the import.
Add1(C) Always Populated Required Field
Add2(D) Always Populated
Add3(E) Sometimes Populated
Add4 F) Sometimes Populated Required Field
Pcode (G)
The problem is that Columns D and E sometimes contain
data that is required for Column F and that column
sometimes contains the information required for Column G
The nested if statement I've produced looks like this
=If(F2="",If(E2="",D2,E2))
What I am trying to do is to populate F2 if blank with
either E2 or D2 but when I paste special the value of
F2 ends up as false if F2 is populated.
Also, I can't figure out how to delete the duplicated
information
I hope that this isn't to much detail
I would really be grateful for any assistance
Thanks
Bill