+ Reply to Thread
Results 1 to 3 of 3

list two columnar values based on conditional formating (text color)

  1. #1
    Registered User
    Join Date
    01-15-2006
    Posts
    46

    list two columnar values based on conditional formating (text color)

    I have a list of materials with:
    material name, qty O/H, daily usage, weekly use, monthuse, yearuse.

    the value of qty O/H will change color based on conditional formating, which is just certain reorder points based on the appropriate usage #. The color of a "to buy" material is red. At any time, i want a list in another column of the materials and their qty O/H in order, without spaces. Just point me in the right direction, i'll get the rest.

  2. #2
    Roger Govier
    Guest

    Re: list two columnar values based on conditional formating (text color)

    Hi
    If I understand your request correctly, you want to list qty O/H in
    ascending order, then in cell G2 enter
    =IF(ISERROR(SMALL($B:$B,ROW(1:1))),"",SMALL($B:$B,ROW(1:1)))
    and copy down

    --
    Regards

    Roger Govier

    beechum1 <beechum1.233x2n_1139731805.4671@excelforum-nospam.com> wrote
    > I have a list of materials with:
    > material name, qty O/H, daily usage, weekly use, monthuse, yearuse.
    > the value of qty O/H will change color based on conditional formating,
    > which is just certain reorder points based on the appropriate usage
    > #. The color of a "to buy" material is red. At any time, i want a
    > list in another column of the materials and their qty O/H in order,
    > without spaces. Just point me in the right direction, i'll get the
    > rest.






  3. #3
    Registered User
    Join Date
    01-15-2006
    Posts
    46
    not in order of quantity, but in order that it's listed on the materials list is fine. But in addition to the quantities (O/H) I also need the corresponding material to be listed, so i know what i'm buying

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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