I have a full sheet of dollar figures entered onto an Excel sheet. I would like to up all the numbers on the page by 10%. I'm pretty sure this is not too difficult However, I'm pretty darn green. Can somebody please take just a moment to help? I would appreciate your time.
Last edited by romettekitty; 12-15-2008 at 07:02 PM. Reason: Wrong thread title
Welcome to the forum.
In order to avoid having to answer the same questions every day, we require that posters compose thread titles that make the forum usefully searchable. Your title doesn't advance that goal.
Please take a few minutes to read the Forum Rules about thread titles, and then edit yours to make it descriptive of your problem.
Microsoft MVP - Excel
Entia non sunt multiplicanda sine necessitate
romettekitty, you can insert a new worksheet and enter a formula
=Sheet1!A1+Sheet1!A1*0.1 where A1 is the cell on Sheet1 that contains youк number. then you can copy this formula to calculate all the values you need. if some cells contain text use another formula
=if(iserr(Sheet1!A1*0.1),Sheet1!A1,Sheet1!A1+Sheet1!A1*0.1) or
=if(type(Sheet1!A1)<>1,Sheet1!A1,Sheet1!A1+Sheet1!A1*0.1)
after using this you may save only values of the new worksheet and then delete the old one.
Last edited by Freaky_zoid; 12-16-2008 at 05:00 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks