+ Reply to Thread
Results 1 to 4 of 4

Comparing individual rows across columns

  1. #1
    Registered User
    Join Date
    09-30-2019
    Location
    Honduras
    MS-Off Ver
    mac office 15.31
    Posts
    21

    Cool Comparing individual rows across columns

    I have a market study of different suppliers who quoted me 10 different SKUs. So i have SKUs in the rows and each column is a different supplier:

    Screenshot 2019-09-30 11.12.02.png

    So I need to compare each item (in rows) across the different suppliers, to pick the lowest value as shown in yellow.

    How would I build that rule in Conditional Formatting?

    Thanks

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Comparing individual rows across columns

    Hello and welcome to the forum.

    It's difficult to offer a solution based off of a picture instead of an Excel workbook (which you can upload here).

    That being said, assuming your data to be conditionally formatted is in columns D, F, and H starting in row 4, try this:

    Highlight D4:H100 (or however far your data goes) > Conditional Formatting > New Rule > Use a formula
    =AND(MIN($D4,$F4,$H4)=D4,D$3="Unit Price")
    Format: Fill yellow > OK > OK

  3. #3
    Registered User
    Join Date
    09-30-2019
    Location
    Honduras
    MS-Off Ver
    mac office 15.31
    Posts
    21

    Re: Comparing individual rows across columns

    Ok I tried your formula but couldnt get it to work. Sorry about the attachment, here it is.
    Attached Files Attached Files

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Comparing individual rows across columns

    Please try this formula instead. I do not know if your version of Excel has the AGGREGATE function or not. I didn't text anything else so there may be another solution out there.

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Dave

+ 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: 8
    Last Post: 12-22-2016, 09:06 AM
  2. [SOLVED] Using a Userform to transfer data to individual worksheets in specific columns and rows.
    By Ortz in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-24-2016, 07:00 PM
  3. [SOLVED] Copy all visible rows on one sheet into columns on new (individual) sheets...
    By hambly in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-26-2014, 04:41 PM
  4. Replies: 2
    Last Post: 04-18-2013, 02:03 PM
  5. Replies: 1
    Last Post: 11-29-2012, 06:24 PM
  6. Replies: 2
    Last Post: 09-19-2012, 10:58 PM
  7. How can I sort entire rows by individual columns?
    By pjplib in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 10-10-2007, 08:10 PM

Tags for this Thread

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