+ Reply to Thread
Results 1 to 3 of 3

Highlight or Return Item that has values in more than one column

  1. #1
    Registered User
    Join Date
    11-16-2018
    Location
    United Kingdom
    MS-Off Ver
    2019
    Posts
    35

    Highlight or Return Item that has values in more than one column

    Hi

    I'm trying to figure out how to return or highlight an item, in this case an ASIN if the ASIN has a price in more than once column.

    In my data each ASIN can potentially have a different price in each month which is in columns E(September), G(August), I(July), K(June).

    I'd like to highlight or return an ASIN (column B) if it has more than one price. If it has only 1 price in 1 of the columns then that is fine.

    Thanks

  2. #2
    Valued Forum Contributor
    Join Date
    06-02-2012
    Location
    London, England
    MS-Off Ver
    365
    Posts
    397

    Re: Highlight or Return Item that has values in more than one column

    Using the below formula in a Conditional Formatting rule will highlight the instances with multiple values.
    =COUNT(E2,G2,I2,K2)>1

    See attached.

    Beth.

  3. #3
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,124

    Re: Highlight or Return Item that has values in more than one column

    Select B2:B228 & in conditional formatting, use this formula
    =COUNT($E2,$G2,$I2,$K2)>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. Replies: 5
    Last Post: 03-05-2019, 10:11 AM
  2. [SOLVED] 2 Column Look Up / Match - Return Item on or to the nearest date
    By DHHM in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-02-2016, 06:55 AM
  3. [SOLVED] Compare item in one column to a list in another, then return corresponding matching data
    By randomkiwi in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-21-2016, 07:51 PM
  4. Replies: 0
    Last Post: 07-17-2014, 10:06 AM
  5. Alternative to VLOOKUP to return multiple values with same item number
    By hollyw00d81 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-01-2012, 03:12 PM
  6. [SOLVED] Look up one item and return a list of values with constraints
    By drhellinger in forum Excel General
    Replies: 2
    Last Post: 05-14-2012, 03:05 PM
  7. If column A is a June date, return the dollar value for that line item.
    By dearickmilton in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-09-2009, 08:39 AM

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