+ Reply to Thread
Results 1 to 3 of 3

calculating differences

Hybrid View

  1. #1
    Registered User
    Join Date
    04-16-2009
    Location
    sydney
    MS-Off Ver
    Excel 2003
    Posts
    2

    calculating differences

    I have a series of worksheets with numbers in a column that range from low to high. The numbers are different in each worksheet but the format is the same. I need a formula that can calculate for each worksheet the difference between each number and the highest number in that worksheet: e.g. worksheet 1 might be the numbers 2, 6, 8 and I need the calculated numbers 6, 2, 0. (i.e. 8-2; 8-6 and 8-8) I can't enter a manual formula for each cell each time. Any suggestions? and thanks.

  2. #2
    Registered User
    Join Date
    01-30-2009
    Location
    USA
    MS-Off Ver
    Excel 2003, 2007
    Posts
    67

    Re: calculating differences

    Try:
    =MAX($A$1:$A$20)-A1
    and copy down

    where A1:A20 is your range of numbers

  3. #3
    Registered User
    Join Date
    04-16-2009
    Location
    sydney
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: calculating differences

    Perfect! Thanks. Problem solved.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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