Thanks Thanks:  0
Likes Likes:  0
Needs Pictures Needs Pictures:  0
Picture(s) thanks Picture(s) thanks:  0
Results 1 to 10 of 10
  1. #1
    Join Date
    Nov 2006
    Location
    Bendigo Victoria
    Age
    80
    Posts
    16,560

    Default Excel (2000) multiple row/column calculation conversion

    I have an Excel (2000) spreadsheet with numerous rows and columns of dimensions in inches.

    I would like to convert these to dimensions in mm.

    Is there a function where I can select, say A1:E17 and tell it to multiply by 25.4?

  2. # ADS
    Google Adsense Advertisement
    Join Date
    Always
    Location
    Advertising world
    Age
    2010
    Posts
    Many





     
  3. #2
    Join Date
    Oct 2008
    Location
    Perth
    Posts
    966

    Default

    The easiest way is to insert a new sheet and then reference the sheet with the numbers as part of your formula.

    edit: I did it for you. see attachment

  4. #3
    Join Date
    Nov 2006
    Location
    Bendigo Victoria
    Age
    80
    Posts
    16,560

    Default

    Thanks Wongdai, that is certainly a neat solution and has the advantage of preserving the original inch dimensions.

    The thing that concerns me however is that the new formula would have to be entered/copied for each cell and there are close to 5000 cells, so a bit of ork involved there.

    I was hoping to just select a range of cells and apply a converison factor to that range of cells, but can't find any reference to a function for that.

  5. #4
    Join Date
    Apr 2005
    Location
    Queensland, Aus
    Age
    72
    Posts
    776

    Default

    Big Shed
    I'm no guru but he way I would do it is to place your conversion factor (i.e.) 25.4 in a cell ..say G1 just to the right of your current array then in cell ..say H1 ..place the formula

    = A1*$g$1

    Select this cell , click and drag it to the right as many columns as you have in your first array and then once that is done select that row and click and drag it down the number of rows you have in your first array and bingo - done!!

    May sound complicated but it's only 4 clicks of the mouse

  6. #5
    Join Date
    Nov 2006
    Location
    Bendigo Victoria
    Age
    80
    Posts
    16,560

    Default

    Quote Originally Posted by Ian Smith View Post
    Big Shed
    I'm no guru but he way I would do it is to place your conversion factor (i.e.) 25.4 in a cell ..say G1 just to the right of your current array then in cell ..say H1 ..place the formula

    = A1*$1

    Select this cell , click and drag it to the right as many columns as you have in your first array and then once that is done select that row and click and drag it down the number of rows you have in your first array and bingo - done!!

    May sound complicated but it's only 4 clicks of the mouse
    Ian, I'm with you up until =A1*$g$1, that gives me a conversion in H1, after that you've lost me, sorry.

    I clicked and dragged the number of colums, nothing happens, nor for the rows.

  7. #6
    Join Date
    May 2008
    Location
    Laguna
    Age
    69
    Posts
    60

    Default

    Hi

    You need to move the mouse cursor down to the bottom left of the cell and drag the little square box that appears.

    Good luck

    Andrew

  8. #7
    Join Date
    Apr 2005
    Location
    Queensland, Aus
    Age
    72
    Posts
    776

    Default

    Big Shed - sent you a PM - give me a call - it's far easier to sort it out over the phone

    Ian

  9. #8
    Join Date
    Nov 2006
    Location
    Bendigo Victoria
    Age
    80
    Posts
    16,560

    Default

    Quote Originally Posted by Ian Smith View Post
    Big Shed - sent you a PM - give me a call - it's far easier to sort it out over the phone

    Ian
    Done, you're a genius

    Thanks very much indeed, that'll save a lot of time.

    Also decided to use the new worksheet idea and keep both the inches and mm.

  10. #9
    Join Date
    Aug 2008
    Location
    Shepparton *ugh*
    Age
    49
    Posts
    1,185

    Default

    Looks like I'm a bit late, but for the sake of a story I recently made up a one page spreadhseet of manually entered fractions down one column that automatically converted them to decimal in the next column, then to mm in the last. The plan being it is something I can print out to hang in the shed for a quick reference. If I had the thing here I'd upload it. Maybe later in the week if I remember to get it.

    I can't view the workbooks attached but in case it hasn't been used, a nifty, simple, little function to convert values between units is (oddly enough) CONVERT.


  11. #10
    Join Date
    Oct 2007
    Location
    Alexandra Vic
    Age
    69
    Posts
    2,810

    Default

    Also very late but I did the sample file in about 10 seconds.

    Insert a new sheet.
    Type formula in A1 on new sheet =Sheet1!A1*25.4
    Select all cells in use in Row A of the original sheet on the new sheet and type Ctrl + R (Copy right) to copy A1 formula to all required cells in row A.
    Then select entire rows A to end of table and press Ctrl + D (Copy Down) to copy formulae to all required rows down the sheet.

    i.e. create the formula in one cell then copy it across the row in one action then down the columns in another action. Does the job in three simple moves and preserves the original data.

    Only thing is that it returns 0 for empty cells. Two ways around this, formal and informal.

    For formal use the folowing formula =IF((Sheet1!A1)="",,(=Sheet1!A1*25.4)) . This tells the system to check whether the cell on the original sheet is blank, to keep the new sheet blank if it is, or apply the conversion if populated.

    For informal use, you could go to Tools,Options, View and suppress displaying zeros

Similar Threads

  1. 400 X 400 timber column
    By buildertobe in forum TIMBER
    Replies: 20
    Last Post: 22nd October 2009, 07:37 AM
  2. Calculation on a 4X8 sheet of plywood
    By TheWesternCanuk in forum INCRA JIGS
    Replies: 5
    Last Post: 30th October 2008, 08:29 PM
  3. Volume of Log - Calculation
    By Clinton1 in forum TIMBER
    Replies: 10
    Last Post: 2nd November 2005, 04:03 PM

Tags for this Thread

Posting Permissions

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