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-04T01:00:19+00:00

    I am using Excel 2016, and when I do what you suggest, it populates the rest of the column as zeroes ($0.00).

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2017-08-03T23:34:37+00:00

    Hi

    When you select cell M3, the cell border turns darker with a dot in the bottom right corner. Set your mouse cursor on the dot and double click.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2017-08-03T23:02:13+00:00

    When I Double Click on M3, I get zeroes all the way down the Column. The formula does not carry over.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2017-08-03T22:19:38+00:00

    In M3 enter =L3*.95

    Double-click on M3 and the formula will be copied down as far as there is data in L

    The progressive cell addresses will be automatic.

    Gord

    Was this answer helpful?

    0 comments No comments