+ Reply to Thread
Results 1 to 4 of 4

multiplying cell value with text in it

  1. #1
    Registered User
    Join Date
    02-15-2010
    Location
    saskatoon, sk
    MS-Off Ver
    Excel 2003
    Posts
    14

    multiplying cell value with text in it

    I would like to create a formula that would do the following:

    Y= 1oz and 1oz is the equivelant to 48 parts

    1y16*4=5y16

    So the formula would understand to multiply the 1y 4 times to get 4y and the 16 4 times to get 64 and then take the 64 divide by 48 leaving you with 1.333333, and then add the extra oz and round up to 16 parts of the oz. giving you the answer of 5y16.

    I hope this makes sense.

    Thanks,
    Last edited by bobbied; 03-22-2010 at 06:04 PM.

  2. #2
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191

    Re: Formula Help

    Welcome to the forum. Please take a moment to read the rules and then amend your thread title in accordance with rule 1. Thanks.

  3. #3
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191

    Re: Can not create a formula for the following

    I would suggest a thread title more like: "multiplying cell value with text in it". The reason we're sticklers here is that half the purpose of the forum is to help others who may have a similar problem to yours, so they can search without having to post their own question.

    Anyway, if 1y16 is in A1 and 4 is in B1, C1 can be =LEFT(A1,FIND("y",A1)-1)*B1+INT(RIGHT(A1,LEN(A1)-FIND("y",A1))*B1/48)&"y"&MOD(RIGHT(A1,LEN(A1)-FIND("y",A1))*B1,48)

  4. #4
    Registered User
    Join Date
    02-15-2010
    Location
    saskatoon, sk
    MS-Off Ver
    Excel 2003
    Posts
    14

    Re: Can not create a formula for the following

    Thank you,

    I will try to have a more accurate title in future postings.

+ 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