Last year I created a spreadsheet with the following formula:
=IF(ISBLANK(B20),"",B20*$E$9) entered under the services
NOTE cell E9 = 600
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Qty[/TD]
[TD]Service[/TD]
[TD]Expenses[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]600[/TD]
[TD]20[/TD]
[TD]620[/TD]
[/TR]
</tbody>[/TABLE]
=IF(OR(ISBLANK(B20)),"",(D20+E20)) entered under Total
OK this has worked until I upgraded to Microsoft One Drive and downloaded Office 2016.
Can anyone tell me if I have a problem in the formula or if you have noticed a glitch in Excel 2016?
Thanks,
Phylis
=IF(ISBLANK(B20),"",B20*$E$9) entered under the services
NOTE cell E9 = 600
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Qty[/TD]
[TD]Service[/TD]
[TD]Expenses[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]600[/TD]
[TD]20[/TD]
[TD]620[/TD]
[/TR]
</tbody>[/TABLE]
=IF(OR(ISBLANK(B20)),"",(D20+E20)) entered under Total
OK this has worked until I upgraded to Microsoft One Drive and downloaded Office 2016.
Can anyone tell me if I have a problem in the formula or if you have noticed a glitch in Excel 2016?
Thanks,
Phylis
Last edited: