+ Reply to Thread
Results 1 to 3 of 3

How Do I...

Hybrid View

  1. #1
    Registered User
    Join Date
    12-15-2008
    Location
    USA
    Posts
    9

    How Do I...

    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

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689
    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.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    11-24-2008
    Location
    Moscow, Russia
    MS-Off Ver
    MS Office 2003, 2007
    Posts
    90
    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.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1