+ Reply to Thread
Results 1 to 1 of 1

difference between numbers macro

  1. #1
    Registered User
    Join Date
    03-21-2022
    Location
    israel
    MS-Off Ver
    2013
    Posts
    3

    difference between numbers macro

    hi everyone,
    new here and need help with a macro,
    i need a macro to delete any row with numbers which doesn't have a difference of 1 AND 2 by an array of predefined numbers
    example:
    array: 1-2-3-3
    check numbers: 6-7-7-8 or 5-7-7-8
    explaintion: the difference between highest number in the array is 3 and the lowest in the "check numbers" is 6 (for 6-7-7-8) so lowest difference is 3 so it need to deleted
    AND for "check numbers" 5-7-7-8 lowest one is 5 and there's only a 1 difference (of 2) but not 2 differences (1+2) so that also need to deleted
    BUT IF the numbers in "check numbers" will be 4-5-6-7 then difference between highest in the array and lowest in "check numbers" will be 1 and 2 (4-3=1 and also 4-2=2 or 5-3=2) so it need to stay
    thank you !

    here's an example data
    column e is just for showing which lines to delete
    any line without the number 3 = in red need to get deleted
    (3 indicates there's difference of 1 and 2, 2 indicates of only difference of 2, 1 of only difference of 1, 0 = no difference of either 1 or 2)
    Attached Files Attached Files

+ 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. difference between 2 numbers
    By davegabra in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-15-2018, 06:44 AM
  2. Compare numbers with difference vs. if()
    By Berbatov_ in forum Excel General
    Replies: 8
    Last Post: 05-30-2014, 09:30 PM
  3. Calculate difference between numbers
    By faizzsheikh in forum Excel Formulas & Functions
    Replies: 24
    Last Post: 05-13-2013, 08:40 AM
  4. [SOLVED] vba for difference btw 2 numbers
    By meezadahsra in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-09-2013, 05:16 AM
  5. Insert numbers of based upon difference of two numbers
    By excellentlearner in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-08-2012, 05:54 PM
  6. Difference between Numbers
    By Lost123 in forum Excel General
    Replies: 4
    Last Post: 03-26-2010, 02:05 PM
  7. [SOLVED] Show % Difference between two numbers
    By Jana in forum Excel General
    Replies: 7
    Last Post: 02-03-2006, 03:20 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