+ Reply to Thread
Results 1 to 5 of 5

need to multiplicate foot and inches times a given number

  1. #1
    Registered User
    Join Date
    10-02-2008
    Location
    Matamoros, Mexico
    Posts
    19

    need to multiplicate foot and inches times a given number

    Last week i posted this same problem and i got one answer but it didn't work properly. i thanked but I couldn't tell the person who helped me that this did not worked because i was unable to have internet. I'm, once again asking you for your help with this: i have to multiply several measures in foot and inches times a full number e.g. 4' 2" times 2 would be 8' 4" (result in foot and inches too) but i can't do this, it returns an error #value! i think this happens because the cell where 4' 2" is stored is recognized as text instead of number. Can you help me once again, i am attaching an example of what i need. BTW i'm working on excel 2003. Thanks a lot in advance.

    Gabo
    Attached Files Attached Files
    Last edited by gcastilleja; 10-16-2008 at 04:18 PM.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    perhaps something like this split the ft/ins into seperate columns
    format inches column as fractions eighths
    Attached Files Attached Files
    Last edited by martindwilson; 10-16-2008 at 02:11 PM.

  3. #3
    Registered User
    Join Date
    10-02-2008
    Location
    Matamoros, Mexico
    Posts
    19

    Question thanks for the answer but i need extra help

    Thank you very, very much Marty, that is a good solution. I'm going to use your formula when entering data, that will be just what i need, but right now i have like 2000 entries already stored in the format that i showed before so to split them is going to take me a while, or is it there a way to split them and make it work your way? thank you in advance.

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Try this formula in C2 copied down

    =B2*LEFT(A2,FIND("'",A2)-1)+INT(SUBSTITUTE(REPLACE(A2,1,FIND("'",A2)+1,""),"""","")*B2/12)&"'-"& TEXT(MOD(SUBSTITUTE(REPLACE(A2,1,FIND("'",A2)+1,""),"""","")*B2,12),"# #/8")&""""

    It may not work for all your data, how do you show exactly 4 feet?....for the above to work then zero inches need to be included , i.e. like 4'-0"
    Last edited by daddylonglegs; 10-16-2008 at 03:07 PM.

  5. #5
    Registered User
    Join Date
    10-02-2008
    Location
    Matamoros, Mexico
    Posts
    19

    Thumbs up thank you very much

    That was exactly what i need, and it is ok with the format because it is stored the way it works good. martindwilson and daddylonglegs, once again i tahnk you both i appreciate your help. Saludos desde Mexico.
    Gabo

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. how to input foot and inches and make it operational
    By gcastilleja in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 10-11-2008, 09:43 AM

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