+ Reply to Thread
Results 1 to 7 of 7

formula to check correct data

  1. #1
    Registered User
    Join Date
    12-05-2019
    Location
    Tienen, Belgium
    MS-Off Ver
    Microsoft for Mac 16.31
    Posts
    11

    formula to check correct data

    Hello,

    could someone please help me with following.

    I need to check the file attached for following.

    Kolom A = Kolom J AND kolom B = kolom K - then I want to check if the quantity in kolom C = quantity in kolom L
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,794

    Re: formula to check correct data

    Where are the expected results to go?
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    12-05-2019
    Location
    Tienen, Belgium
    MS-Off Ver
    Microsoft for Mac 16.31
    Posts
    11

    Re: formula to check correct data

    the first table is the table I need to correct.
    Second table is the corrected one.
    So I need to know if in the first table there are different values for the quantities. So after the first table, so I can check if that line occurs in the second table and the values are same/different.

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,794

    Re: formula to check correct data

    Sorry - that's not what I asked! Where should the check appear?

  5. #5
    Registered User
    Join Date
    12-05-2019
    Location
    Tienen, Belgium
    MS-Off Ver
    Microsoft for Mac 16.31
    Posts
    11

    Re: formula to check correct data

    kolom I - after the first table

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,794

    Re: formula to check correct data

    Try this:

    =IF(COUNTIFS($J$4:$J$1132,[@[Item No.]],$K$4:$K$1132,[@Code],$L$4:$L$1132,[@[Qty. per Unit of Measure]])=0,"No","Yes")

    Or, for your locale:

    =IF(COUNTIFS($J$4:$J$1132;[@[Item No.]];$K$4:$K$1132;[@Code];$L$4:$L$1132;[@[Qty. per Unit of Measure]])=0;"No";"Yes")

    If this isn't it, then you need to show us what you want.

  7. #7
    Forum Expert torachan's Avatar
    Join Date
    12-27-2012
    Location
    market harborough, england
    MS-Off Ver
    Excel 2010
    Posts
    4,304

    Re: formula to check correct data

    Looping macro on green button - if all equal row number of table shown in column 'I'
    if gap most likely quantities are different.
    torachan.
    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. Merge files and check column contains correct data vlookup to move out rows
    By waffleboy in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-09-2020, 12:25 PM
  2. DIY Spell Check Table To Correct Data Errors using VBA
    By edneal2 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-15-2017, 09:13 AM
  3. How to check a formula is correct (auto-marking students work)
    By guitarchimp in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-23-2015, 01:31 PM
  4. [SOLVED] Check cells are correct format and contain correct data
    By rikosborne in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-26-2014, 02:53 PM
  5. [SOLVED] Conditional Formatting with formula to check if the row is correct
    By rikkyshh in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-31-2013, 09:58 AM
  6. Create validation formula to check for correct user input?
    By chemoul in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-20-2012, 03:24 AM
  7. function to check names within formula are correct
    By Macatk in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-18-2009, 08:59 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