formula to combine cells using if/then

G

Guest

Primary First Primay Last Secondary First Secondary Last First Last
John Smith Debbie John & Debbie
Carl Overstreet June Overstreet Carl & June
Robert Johnson Susan Devers

I have the formula that combines the primary first and primary last name if
the Primary Last Name is either the same as the Secondary Last Name or the
Secondary Last Name is blank. =IF(OR(B1=D1,D1=""),A1&" & "& C1,"") I need to
add to this a formula that will combine the Primary First, Primary Last, &
the Secondary First Name into the First Name Column when the Primary Last
Name and the Secondary Last Name are not the same.
 
G

Guest

Thank You Roland, now I have one more question.

I have a formula that will put the Primary Last Name into Cell F2 and would
like to (OR(B2=D2,D2="") I need to add the variable that if B2 Does not equal
D2 and D2 is not blank that it will bring over D2 into cell F2.

Thank YOU
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top