Formula

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

I have a column of values and I want to show a given percentage increase in
the next column. I am sure I have seen somewhere that I can put the
percentage in an empy cell at the bottom of the worksheet and using a formula
these increases will be shown down the next column. I think I saw it in a
training session but can't be sure.
 
If your original figures are in column A, and your percentage increase is in
B100, then in B2 use the formula =A2*(1+B$100) for the increased value, and
copy down the column
 
This works for me. It's entered at the bottom of the second column of values
then dragged across as many columns as necessary. The row is labeled Percent
Change.

=(C17-B17)/B17
 
This works for me. It's entered at the bottom of the second column of values
then dragged across as many columns as necessary. The row is labeled Percent
Change.

=(C17-B17)/B17
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top