This formula keeps giving me an error and I can't tell if its my logical test or parentheses (or something else) that is causing it...
IF J12 has the text "IEP" in it, I want it to concatenate the first part...
If J12 has anything else except IEP in it, I want it to concatenate the second part:
=IF(J12="IEP"), (CONCATENATE("PPS"," ",TEXT(C62,"mm-dd-yyyy")," ", E62," ",D62)), (CONCATENATE("SP"," ",TEXT(C62,"mm-dd-yyyy")," ", E62," ",D62))
It should be an easy one, but my brain is stuck in Monday
IF J12 has the text "IEP" in it, I want it to concatenate the first part...
If J12 has anything else except IEP in it, I want it to concatenate the second part:
=IF(J12="IEP"), (CONCATENATE("PPS"," ",TEXT(C62,"mm-dd-yyyy")," ", E62," ",D62)), (CONCATENATE("SP"," ",TEXT(C62,"mm-dd-yyyy")," ", E62," ",D62))
It should be an easy one, but my brain is stuck in Monday