I have data in a cell:
MSD AutoCAD Electrical 2007 Trial CD
PTD AutoCAD 2007 Download Trial TQ
I only want the data up to the TQ. I tried this formula
If cell ends with TQ get me len(cell)-3
How do I right this formula
I tried
=if(right(len(cell)="q",left(cell,len(cell)-3),cell))
but it didn't work
any help
MSD AutoCAD Electrical 2007 Trial CD
PTD AutoCAD 2007 Download Trial TQ
I only want the data up to the TQ. I tried this formula
If cell ends with TQ get me len(cell)-3
How do I right this formula
I tried
=if(right(len(cell)="q",left(cell,len(cell)-3),cell))
but it didn't work
any help