+ Reply to Thread
Results 1 to 12 of 12

calculate rest of cells

  1. #1
    Registered User
    Join Date
    10-10-2013
    Location
    madrid
    MS-Off Ver
    Excel 2003
    Posts
    15

    calculate rest of cells

    some one can tell me how can calculate diff of these cells?

    a1= 0.000000s
    b1= 0.225614s
    c1= time diff between a1-b1 (time in mcd)



    thanks!

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: calculate rest of cells

    And what result do you expect from A1-B1?
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: calculate rest of cells

    Do you mean?

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  4. #4
    Registered User
    Join Date
    10-10-2013
    Location
    madrid
    MS-Off Ver
    Excel 2003
    Posts
    15

    Re: calculate rest of cells

    cell c3 = VALUE!

    it doesn'n works

  5. #5
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: calculate rest of cells

    Try this:

    =ABS(LEFT(A1,LEN(A1)-1)-LEFT(B1,LEN(B1)-1))

  6. #6
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: calculate rest of cells

    to me gives 225,614 as result.

  7. #7
    Registered User
    Join Date
    10-10-2013
    Location
    madrid
    MS-Off Ver
    Excel 2003
    Posts
    15

    Re: calculate rest of cells

    nothing.. show cell c3= value!

    any special format for this cells..?

  8. #8
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: calculate rest of cells

    ....................
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    10-10-2013
    Location
    madrid
    MS-Off Ver
    Excel 2003
    Posts
    15

    Re: calculate rest of cells

    two consideration that could be important
    cell A = 0.000000s
    cell B = 0.225614s

    i have market in red color "." and also "s"

  10. #10
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: calculate rest of cells

    Did you try my formula?

    A
    B
    C
    1
    0.000000s 0.225614s
    0.225614
    2
    3

  11. #11
    Registered User
    Join Date
    10-10-2013
    Location
    madrid
    MS-Off Ver
    Excel 2003
    Posts
    15

    Re: calculate rest of cells

    AlKey,

    thanks for your formula, but only works if I change "." to "," on value of cells, example:
    when cell A is: 0.000000s , I must to change to 0,000000s
    Is there any way to conserve point like separator of decimals?

  12. #12
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: calculate rest of cells

    Maybe this:

    =ABS((LEFT("0."&MID(A1,3,FIND(".",A1)+LEN(A1)-2),LEN(A1)-1)-(LEFT("0."&MID(B1,3,FIND(".",B1)+LEN(B1)-2),LEN(B1)-1))))

+ 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. Calculate drivers hours and rest periods
    By fastcar in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-06-2017, 09:45 PM
  2. how do you delete cells and shift the rest of the cells over?
    By TheVolkinator in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-22-2013, 01:57 AM
  3. Calculate qualify / fail if scores are higher / lower than rest of group
    By Satchiman in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-01-2013, 11:05 AM
  4. Macro : To find word and Select rest after this cell and delete rest
    By Zortabello in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-08-2010, 08:06 AM
  5. How to calculate loan instalment daily rest
    By kudos in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-06-2005, 11: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