+ Reply to Thread
Results 1 to 3 of 3

please, chosen 4 digits * decrease by 9999 and add by * 9999.

  1. #1
    Forum Contributor
    Join Date
    11-29-2014
    Location
    brasil
    MS-Off Ver
    excel 2016
    Posts
    2,175

    please, chosen 4 digits * decrease by 9999 and add by * 9999.

    please, chosen 4 digits
    * decrease by 9999 and add by
    * 9999
    the leftovers left the macro does not consider
    * only the last 4 digits
    * I'll put lots of draws the macro has to do automatic
    https://www.excelforum.com/attachmen...1&d=1556890084
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: please, chosen 4 digits * decrease by 9999 and add by * 9999.

    No need for macros. In F6:
    =ABS(9-A6)
    then drag across to I6 and then drag down to I10.

    In K6:
    =MOD(INT(($A6*1000+$B6*100+$C6*10+$D6+9999)/10^(4-COLUMN(A:A))),10)
    then drag across to N6 and then drag down to N10.
    Pauley
    --------
    If I helped with your issue, I'd appreciate a rep bump (hit the '*' icon to the bottom left of this post).

  3. #3
    Forum Contributor
    Join Date
    11-29-2014
    Location
    brasil
    MS-Off Ver
    excel 2016
    Posts
    2,175

    Re: please, chosen 4 digits * decrease by 9999 and add by * 9999.

    Ok,PAULEY great job, congratulations, thank you.

+ 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. Calculating flight hour more than 9999:99
    By perigi in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-13-2018, 12:37 PM
  2. Replies: 8
    Last Post: 05-15-2017, 05:54 AM
  3. [SOLVED] Add If zero than 9999 to my formula
    By mattress58 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-05-2014, 12:46 PM
  4. How to calculate more than 9999:00:00 hours?
    By dask in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-08-2009, 05:23 AM
  5. add time greater than 9999:56
    By PapaT in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-27-2006, 10:55 PM
  6. Find value (31.12.9999) and clear
    By Tempy in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-12-2005, 09:05 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