Fellow Forum Members,
I have a list of files that require I remove all file extensions (including the period)
I would be very grateful if some one out there could help combine both formulas shown below into a single conditional IF statement formula:
=LEFT(F12,LEN(F12)-5)
=LEFT(F12,LEN(F12)-4)
The result I'm seeking handles removing both 4 and 5 character extensions. For example:
IF file extension = .mpeg or .divx , etc... use this formula "=LEFT(F12,LEN(F12)-5)"
OTHERWISE
IF file extension = .avi or .mov or .wmv or .mpg , etc... use this formula "=LEFT(F12,LEN(F12)-4)"
Any help will be greatly appreciated. Thank you very much.
I have a list of files that require I remove all file extensions (including the period)
I would be very grateful if some one out there could help combine both formulas shown below into a single conditional IF statement formula:
=LEFT(F12,LEN(F12)-5)
=LEFT(F12,LEN(F12)-4)
The result I'm seeking handles removing both 4 and 5 character extensions. For example:
IF file extension = .mpeg or .divx , etc... use this formula "=LEFT(F12,LEN(F12)-5)"
OTHERWISE
IF file extension = .avi or .mov or .wmv or .mpg , etc... use this formula "=LEFT(F12,LEN(F12)-4)"
Any help will be greatly appreciated. Thank you very much.