A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
If the formulas return zeros then I guess you have no data in Column L
Try this formula to hide the zeros until you get data in column L
=IF(L3="","",L3*0.95) entered in M3 then drag/copy down as far as you need.
Gord