+ Reply to Thread
Results 1 to 7 of 7

Need Help Multiplying and Adding digits from the same Cell in Excel

Hybrid View

RakeshSiripurapu Need Help Multiplying and... 01-14-2016, 08:05 AM
TMS Re: Need Help Multiplying and... 01-14-2016, 08:12 AM
RakeshSiripurapu Re: Need Help Multiplying and... 01-14-2016, 09:10 AM
JohnTopley Re: Need Help Multiplying and... 01-14-2016, 09:49 AM
RakeshSiripurapu Re: Need Help Multiplying and... 01-14-2016, 10:00 AM
ChemistB Re: Need Help Multiplying and... 01-14-2016, 09:59 AM
TMS Re: Need Help Multiplying and... 01-14-2016, 02:36 PM
  1. #1
    Registered User
    Join Date
    01-14-2016
    Location
    India
    MS-Off Ver
    Office 2007
    Posts
    5

    Need Help Multiplying and Adding digits from the same Cell in Excel

    Dear All,

    I am trying to find a solution to simplify a complicated work I deal with at times that takes me hours to perform it manually. I am a starter in MS Excel and I deal with mostly simple MS Excel operations every day at work. I appreciate any solution provided to me on the below Problem I have

    ex. 2 19:12:54
    I need to Multiply the 2 with 24 and then SUM it with 19 which is after a space in the Cell. So, the result should look like 67:12:54

    At times, I come across a situation where I nearly see 200 cells of random numbers in the column where I need to perform this activity manually.

    Please help!!
    Last edited by RakeshSiripurapu; 01-14-2016 at 10:10 AM. Reason: SOLVED!

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,196

    Re: Need Help Multiplying and Adding digits from the same Cell in Excel

    Shouldn't be too difficult. Please post a sample of typical data. Which column is the data in? Which column should the formula go in?

    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    01-14-2016
    Location
    India
    MS-Off Ver
    Office 2007
    Posts
    5

    Re: Need Help Multiplying and Adding digits from the same Cell in Excel

    Hi TMS! Thank you for the reply.. as requested, I have attached a sample file..
    The only thing I need to accomplish is the SUM of the column after the modifications are done as mentioned earlier.
    Attached Files Attached Files
    Last edited by RakeshSiripurapu; 01-14-2016 at 09:13 AM.

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,769

    Re: Need Help Multiplying and Adding digits from the same Cell in Excel

    See attached:

    formula is

    =IFERROR(LEFT(E2,FIND(" ",E2,1)-1)*24+MID(E2,FIND(":",E2)-2,2)+0&":"&MID(E2,FIND(":",E2)+1,2)&":"&MID(E2,FIND(":",E2)+4,2),TEXT(MOD(E2,1),"hh:mm:ss"))
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    01-14-2016
    Location
    India
    MS-Off Ver
    Office 2007
    Posts
    5

    Re: Need Help Multiplying and Adding digits from the same Cell in Excel

    Looks Promising TMS! you nailed it!!
    Now, I can go home 2 hours early every Friday!! A BIG Thank you! to you..

  6. #6
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Need Help Multiplying and Adding digits from the same Cell in Excel

    Format the cells as D:hh:mm:ss
    and use this formula copied down
    =IF(ISNUMBER(E2),E2,RIGHT(E2,8)+LEFT(E2,2))
    See attached
    Attached Files Attached Files
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  7. #7
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,196

    Re: Need Help Multiplying and Adding digits from the same Cell in Excel

    Looks Promising TMS! you nailed it!!
    Much as I would like to take the credit, the formulae have been provided by John Topley and ChemistB, not I

    Regards, TMS


    However, if you are satisfied with the solution(s) provided, please mark your thread as Solved.


    New quick method:
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

    Or you can use this way:

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save


    You may also want to consider thanking those people who helped you by clicking on the little star at the bottom left of their reply to your question.

+ 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. Adding Numbers the multiplying
    By Soltisolti in forum Excel General
    Replies: 3
    Last Post: 08-24-2010, 01:56 AM
  2. Losing significant digits when multiplying???
    By brl8 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-05-2010, 02:48 PM
  3. [SOLVED] Adding together two digits in a cell
    By cbrooks in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 02-26-2010, 07:18 PM
  4. Adding up the digits making up a number in a cell
    By Geir in forum Excel General
    Replies: 8
    Last Post: 04-16-2009, 09:58 AM
  5. Multiplying and adding in the same spreadsheet
    By Baydestrian in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 10-04-2007, 09:32 AM
  6. Reducing digits when multiplying
    By Diane in forum Excel General
    Replies: 4
    Last Post: 03-03-2006, 06:25 PM
  7. Adding digits in a single cell
    By stevo in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-14-2006, 07:58 AM
  8. [SOLVED] Adding and Multiplying Question
    By John Bordieri in forum Excel General
    Replies: 1
    Last Post: 05-25-2005, 08:11 PM

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