View Single Post
 
Old 04-12-2024, 01:46 AM
Soapm Soapm is offline Windows 10 Office 2019
Novice
 
Join Date: Apr 2024
Posts: 6
Soapm is on a distinguished road
Default

Quote:
Originally Posted by Pecoflyer View Post
A bit shorter
Code:
=IF(OR(C3={"2x","3x","4x","5x"}), 45, IF(LEFT(C3,1)="Y", 30, IF(ISBLANK(C3), "", 40)))
(array delimiters might vary depending on regional settings)

BTA a small sample sheet with some desensitized data and expected results would help

Sure could have used this but with my longer formula I got the task achieved. Thanks for everyone who helped, I really appreciate your assistance.
Reply With Quote