Percentage calculations

  • Thread starter Thread starter ukmale65000
  • Start date Start date
U

ukmale65000

I have a spreadsheet where row 2 is a series of numbers (total
questions on paper) and column 2 is another set of numbers (total
questions answered correctly) forming a grid. I can get the percentage
figure by using b2/f2*100 and it works fine but is there a way to
automatically fill in the rest of the sheet with a formula or is it a
case of me typing an individual formula in each cell?
As you can probably tell im not that good at this so step by step
instructions would be appreciated.

Thanks in advance
 
ukmale65000,

Use absolute on column B, and Row 2 in your first cell's formula:

=$B2/F$2*100

That can then be copied to form the table.


HTH,
Bernie
MS Excel MVP
 

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

Back
Top