+ Reply to Thread
Results 1 to 2 of 2

Validate that values in column A are the same And data in column D are increasing

  1. #1
    Registered User
    Join Date
    10-20-2011
    Location
    Boston, MA
    MS-Off Ver
    Excel 2003
    Posts
    5

    Validate that values in column A are the same And data in column D are increasing

    Hello everyone,

    This should be easy, but it is the data in column D that I can't figure out:

    I have data like this: I need to verify that If Column A is the same (for example, 100007) that the data in column B is increasing for each row. For example, Column C would say Yes for C2 through C5, but will say No for C6 through C8.
    A B
    1 2
    1 3
    1 4
    1 5
    2 2
    2 1
    2 2

    Thanks

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Validate that values in column A are the same And data in column D are increasing

    Try this in C2, copied down...
    =IF(AND(A2=A1,B2>B1),"Yes","No")
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. [SOLVED] Finding the closest value throughout the column of decreasing/increasing values
    By Arty_1 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-11-2014, 07:37 PM
  2. Replies: 3
    Last Post: 03-22-2014, 08:35 AM
  3. [SOLVED] Macro to Validate data in Column B based on Column A
    By Lawliet in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-03-2013, 11:05 AM
  4. Replies: 8
    Last Post: 10-12-2012, 04:48 PM
  5. [SOLVED] Increasing values in Price column
    By Gold N Silver in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-12-2006, 12:50 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