Hi, I have a multi level issue I need to create an IF function for.
Firstly, I have 5 categories. L1, L2, L3, L4 and L5. These relate to types of Motorcycles (not important.!)
I also have a value VMAX which is the top speed of the motorcycle.
I need to return the "Test Speed" based on 2 IF variables.
Test speed:
(i) Vehicle categories L1 and L2: 40 km/h or 0.9 Vmax, whichever is lower;
(ii) Vehicle categories L3, L5 and L4: 60 km/h or 0.9 Vmax, whichever is lower;
I'm struggling. Thanks in advance
Bookmarks