+ Reply to Thread
Results 1 to 13 of 13

conditional format has me stumped

  1. #1
    Registered User
    Join Date
    04-02-2011
    Location
    martinsburg, west virginia
    MS-Off Ver
    Excel 2003
    Posts
    20

    conditional format has me stumped

    I have been working on a conditioning format that looks right but when its entered it returns what im not asking it to do. Here are 3 pictures of the 2 different pages im using. What im trying to accomplish is if Clinker worksheet column C equals Hi Alk and column R is between the values of ISO page H13 and K13 i want column R to fill in green. Here is what i have but it shades green only some values between and even values outside of range. =AND($C7="Hi Alk",$R7>=ISO!$H$13,$R7<=ISO!$K$13)
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by frdranger25401; 03-20-2015 at 03:57 PM.

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,645

    Re: conditional format has me stumped

    Try to upload a workbook instead of an image
    Quang PT

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: conditional format has me stumped

    Well, how about that!

    I used to work in a cement plant quality control lab.

    Those are some high free lime values.
    Last edited by Tony Valko; 03-19-2015 at 10:55 PM.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Registered User
    Join Date
    04-02-2011
    Location
    martinsburg, west virginia
    MS-Off Ver
    Excel 2003
    Posts
    20

    Re: conditional format has me stumped

    Sorry i just looked and im fairly new to this site. Can you walk me through where to upload the workbook? thanks in advance.

  5. #5
    Registered User
    Join Date
    04-02-2011
    Location
    martinsburg, west virginia
    MS-Off Ver
    Excel 2003
    Posts
    20

    Re: conditional format has me stumped

    OK I was able to find where i attach my workbook but its not allowing me to add the file. shows a red x. File may be to large?

  6. #6
    Registered User
    Join Date
    04-02-2011
    Location
    martinsburg, west virginia
    MS-Off Ver
    Excel 2003
    Posts
    20

    Re: conditional format has me stumped

    OK i was able to shorten the file size and uploaded it to the original post.

  7. #7
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,645

    Re: conditional format has me stumped

    Nobody like to load a file with almost 1MB. Try to remove more unnescessary sheets, delete more unuseful datas and upload again please.

  8. #8
    Registered User
    Join Date
    04-02-2011
    Location
    martinsburg, west virginia
    MS-Off Ver
    Excel 2003
    Posts
    20

    Re: conditional format has me stumped

    Honestly I deleted all thats unneeded and for some reason it was still nearly 1mb. Sorry but thats as small as i can get it.

  9. #9
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,935

    Re: conditional format has me stumped

    Range Name Refers to
    Clinkers =ISO!$A:$A
    HiAlk =ISO!$A$1:$R$6
    LowAlk =ISO!$A$9:$R$14

    Column R (outside range(red)):
    Please Login or Register  to view this content.
    Green:
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Ben Van Johnson

  10. #10
    Registered User
    Join Date
    04-02-2011
    Location
    martinsburg, west virginia
    MS-Off Ver
    Excel 2003
    Posts
    20

    Re: conditional format has me stumped

    Could a conditioning format work as well. This is sort of what i was looking for as im used to this and understand it better. Only issue is when i use this it shades cells that arnt in that range on some and dont shade some that need shaded with color. Using this conditioning format on R7 and if its met have it fill the cell red, green, yellow etc based on the cell value of ISO workpage =AND($C7="Hi Alk",$R7>=ISO!$O$13,$U7<=ISO!$Q$13)

  11. #11
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,935

    Re: conditional format has me stumped

    The formulas I gave you are to be used for the conditional format formulas.

    You need the named ranges because of the layout of the ISO sheet. There are two tables to look in, Low Alkali & Hi Alkali. The dropdown in column C only tells you which table to look in. You still need to know the row in the chosen table and the column.
    Your dropdown choices are Hi Alk and Low Alk but you cannot have spaces in named ranges. Therefore, I named the two ranges LowAlk & HiAlk. In the formula, the

    SUBSTITUTE($C7," ","")


    just squeezes out the space from the choice so Low Alk becomes LowAlk (the name of the table to read from).

    If you want simpler formulas you need to redo that ISO sheet, You need two separate sheets (Hi ahd Low) and you need to get rid of all those merged cells, they just make things hard and are not necessary.
    Last edited by protonLeah; 03-21-2015 at 08:17 PM.

  12. #12
    Registered User
    Join Date
    04-02-2011
    Location
    martinsburg, west virginia
    MS-Off Ver
    Excel 2003
    Posts
    20

    Re: conditional format has me stumped

    Ok Much thanks. Now that I understand what you did it makes alot of sense. Thanks for explaining.

  13. #13
    Registered User
    Join Date
    04-02-2011
    Location
    martinsburg, west virginia
    MS-Off Ver
    Excel 2003
    Posts
    20

    Re: conditional format has me stumped

    Solved. Thanks Again
    Last edited by frdranger25401; 03-22-2015 at 07:15 PM. Reason: Solved

+ 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: 3
    Last Post: 02-24-2015, 02:58 AM
  2. [SOLVED] Conditional Formatting - I'm stumped!
    By Diogie in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-20-2013, 07:19 AM
  3. Replies: 3
    Last Post: 05-15-2013, 12:16 AM
  4. Conditional Formatting with Form Controls. I'm stumped
    By DAC_LCS in forum Excel General
    Replies: 2
    Last Post: 05-24-2012, 11:03 AM
  5. Replies: 0
    Last Post: 05-20-2011, 02:33 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