I'm trying to multiply a cell with a constant and that has a non-numeric value. Example 15" (" = inches). I used the "Left" formula and it works. However, the data changes in size and would have to change the value of the Left formula from 2 to 4. Is there a better way of doing this? Like an SumIf command or formula that ignores the non numeric expression
I tried using the right command, but not sure if it will allow me to look at value after the expression IE: -1
Any insight would be appreciated
Thank you
I tried using the right command, but not sure if it will allow me to look at value after the expression IE: -1
[TABLE="width: 384"]
<tbody>[TR]
[TD="class: xl66, width: 79"]Variable[/TD]
[TD="class: xl66, width: 87"]Results[/TD]
[TD="class: xl66, width: 9"][/TD]
[TD="class: xl66, width: 9"][/TD]
[TD="class: xl66, width: 103"]Formula[/TD]
[TD="class: xl66, width: 75"][/TD]
[TD="class: xl65, width: 11"][/TD]
[TD="class: xl65, width: 11"][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 453"]
<tbody>[TR]
[TD="colspan: 5"][TABLE="width: 453"]
<tbody>[TR]
[TD]15"[/TD]
[TD] $ 30.00[/TD]
[TD][/TD]
[TD][/TD]
[TD="colspan: 5"] "=SUM(((LEFT($E15,2)*2)))"[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 453"]
<tbody>[TR]
[TD]15.5"[/TD]
[TD] $ 30.00[/TD]
[TD][/TD]
[TD][/TD]
[TD="colspan: 4"] "=SUM(((LEFT($J8,2)*2)))"[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 453"]
<tbody>[TR]
[TD]15.5"[/TD]
[TD] $ 31.00[/TD]
[TD][/TD]
[TD][/TD]
[TD="colspan: 4"] "=SUM(((LEFT($J9,4)*2)))"[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
Any insight would be appreciated
Thank you