Johnny Thunder
Well-known Member
- Joined
- Apr 9, 2010
- Messages
- 693
- Office Version
- 2016
- Platform
- MacOS
Hello All,
Working on this formula and need help combining it with another IF/OR Statements.
= IF(OR(CONCATENATE(C14, "_", D14, "_",E14) =Logos&"_"&'Other Dropdowns'!$B$2&"_"&'Other Dropdowns'!$C$2), CONCATENATE(C14, "_", D14, "_",E14), "Non-Royalty")
I need two have the "Logos&"_"&'Other Dropdowns'!$B$2&"_"&'Other Dropdowns'!$C$2" portion of the formula change to "Other Dropdowns'!$C$3" in the second IF statement.
So i tried something like this but it resulted in an error:
= IF(OR(CONCATENATE(C14, "_", D14, "_",E14) =Logos&"_"&'Other Dropdowns'!$B$2&"_"&'Other Dropdowns'!$C$2), CONCATENATE(C14, "_", D14, "_",E14), "Non-Royalty"),= IF(OR(CONCATENATE(C14, "_", D14, "_",E14) =Logos&"_"&'Other Dropdowns'!$B$2&"_"&'Other Dropdowns'!$C$3), CONCATENATE(C14, "_", D14, "_",E14), "Non-Royalty")
Any help would be much appreciated. Thanks again everyone!
Working on this formula and need help combining it with another IF/OR Statements.
= IF(OR(CONCATENATE(C14, "_", D14, "_",E14) =Logos&"_"&'Other Dropdowns'!$B$2&"_"&'Other Dropdowns'!$C$2), CONCATENATE(C14, "_", D14, "_",E14), "Non-Royalty")
I need two have the "Logos&"_"&'Other Dropdowns'!$B$2&"_"&'Other Dropdowns'!$C$2" portion of the formula change to "Other Dropdowns'!$C$3" in the second IF statement.
So i tried something like this but it resulted in an error:
= IF(OR(CONCATENATE(C14, "_", D14, "_",E14) =Logos&"_"&'Other Dropdowns'!$B$2&"_"&'Other Dropdowns'!$C$2), CONCATENATE(C14, "_", D14, "_",E14), "Non-Royalty"),= IF(OR(CONCATENATE(C14, "_", D14, "_",E14) =Logos&"_"&'Other Dropdowns'!$B$2&"_"&'Other Dropdowns'!$C$3), CONCATENATE(C14, "_", D14, "_",E14), "Non-Royalty")
Any help would be much appreciated. Thanks again everyone!