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)
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)