Share via

Excel Multiply Function

Anonymous
2017-08-03T21:54:06+00:00

I have a column of numbers (costs), call it Column L. I want the corresponding value in Column M to be the column L cost times .95.

I can create a formula for one cell at a time, but how do I expand that so that the formula applies to every row?

i.e M3 = L3*.95, M4=L4*.95, etc.

Thanks

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2017-08-04T01:53:21+00:00

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

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments

5 additional answers

Sort by: Most helpful
  1. Anonymous
    2017-08-11T16:15:12+00:00

    At first I was getting zeroes, but after your reply I tried again. Seems that I was double clicking in the cell instead of on the corner of the cell where the cursor turns into a plus sign.

    Now it works. Thank you!

    Was this answer helpful?

    0 comments No comments