Hello,
I have a cell which contains the size of an item, "Size20" for example. I have another cell which I'd like to have equal 500 if the size is 16 or larger, in which I have the formula
=IF(S22<>"",IF(VALUE(RIGHT(S22,2))>15,500,0),0)
However, this does not work for cells such as "Size8", as...