Basically I am having issues with the syntax of my formula.
I have
C1256
F1235
V2256
I want to convert that data to show that if the first letter is C then return "Catalog", F then return friends and family and v as video.
Here is what I had so far =IF(OR(LEFT(P3,1)="C","Catalog")
I have
C1256
F1235
V2256
I want to convert that data to show that if the first letter is C then return "Catalog", F then return friends and family and v as video.
Here is what I had so far =IF(OR(LEFT(P3,1)="C","Catalog")