• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Use this code instead of Concatenate function.

Don Black

New Member
Hello

My formula does not give back any errors, but it does not give me the proper response either.

I need this formula to concatenate the two cells B2 & C2 only of the conditions are met from the "IF".

=IF(AND('AC Details'!C3="training", 'AC Details'!C3="travel"),'AC Details'!B3&" "&'AC Details'!C3,'AC Details'!B3)
 
I got it i guess I had to use the concatenate

=CONCATENATE('AC Details'!B12," ",'AC Details'!C12,IF(AND('AC Details'!C12="training",'AC Details'!C12="travel"),'AC Details'!B12,""))
 
Back
Top