+ Reply to Thread
Results 1 to 13 of 13

Need assistance with a formula for INDIRECT color/highlight with text terms.

  1. #1
    Registered User
    Join Date
    02-20-2013
    Location
    michigan
    MS-Off Ver
    Excel 2007
    Posts
    14

    Need assistance with a formula for INDIRECT color/highlight with text terms.

    Ok...so I've been trying to make this spreadsheet for work (for all the employees) to kind of...optimize our work flow.

    Here is the formula I'm having trouble with (and it will be the same for the rest of them). These are the codes I'm using for each individual highlight/color

    =INDIRECT("F"&ROW())="Too Far Away"
    Same for all but with words: "Interested" "Not Interested" "Submitted"....etc.

    I'm attaching the file...

    I want to keep the rows colored from the formula I have, but, whenever I put: Sourced, Called, Emailed, Spoke To....the row won't stay colored.

    I'm just wondering how I can do this, thanks.

    I'm guessing it's going to be a COUNTIF formula, but I'm not sure.....

    I need to be able to use the: Sourced, Called, Emailed, Spoke To (No coloring) along with the "color" terms. AND they also have to be able to count in the TOTAL. Thanks everyone

    Mail Merge Organizer 3.0.xlsx

    Ok, so here's an example:

    row 1: interested (OK: highlighted AND added to total)
    row 2: not interested (OK: highlighted AND added to total)
    row 3: sourced, called (OK: added to total and no color)
    row 4: sourced, not interested(BAD: Not highlighted in the "not interested" color and "not interested" was not added to a total)
    EXAMPLE: example.xlsxexample.xlsx
    Last edited by whatthekeck31; 02-21-2013 at 12:09 AM. Reason: more attachments

  2. #2
    Registered User
    Join Date
    02-18-2013
    Location
    Georgia
    MS-Off Ver
    Excel 2010
    Posts
    48

    Re: Formula help

    could you add some example to your spreadsheet in the status column? im not sure i understand what the problem is

  3. #3
    Registered User
    Join Date
    02-20-2013
    Location
    michigan
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Formula help

    In the status column...like, ok, so

    this works: interested

    It will change the whole row to green, which is perfect.

    However, if I do: sourced, interested
    It won't turn green....

    I do not want these words to change any colors: sourced, emailed, called, spoke to.

    but i DO want them to be changed if they are paired with any of the words from the colored options....

  4. #4
    Registered User
    Join Date
    02-20-2013
    Location
    michigan
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Formula help

    Ok, so here's an example:

    row 1: interested (OK: highlighted AND added to total)
    row 2: not interested (OK: highlighted AND added to total)
    row 3: sourced, called (OK: added to total and no color)
    row 4: sourced, not interested(BAD: Not highlighted in the "not interested" color and "not interested" was not added to a total)

    here's the attached example.

    example.xlsx

  5. #5
    Registered User
    Join Date
    02-20-2013
    Location
    michigan
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Need assistance with a formula for INDIRECT color/highlight with text terms.

    Please, I really need some help on this. I feel like I'm just missing on a simple formula or something.

  6. #6
    Registered User
    Join Date
    02-18-2013
    Location
    Georgia
    MS-Off Ver
    Excel 2010
    Posts
    48

    Re: Need assistance with a formula for INDIRECT color/highlight with text terms.

    beyond me too, i think. the conditional formatting evaluation doesn't like wildcards and it won't accept a lot of functions i've tried.

  7. #7
    Registered User
    Join Date
    02-20-2013
    Location
    michigan
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Need assistance with a formula for INDIRECT color/highlight with text terms.

    I'm thinking it has to be an OR or...maybe a COUNTIF or IF formula PLUS the INDIRECT one I have....

  8. #8
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,366

    Re: Need assistance with a formula for INDIRECT color/highlight with text terms.

    maybe like this

    =COUNTIF(E:E,"*Not Interested*")

    and CF like this

    =SEARCH("*Not Interested*",INDIRECT("E"&ROW()))=1
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  9. #9
    Registered User
    Join Date
    02-20-2013
    Location
    michigan
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Need assistance with a formula for INDIRECT color/highlight with text terms.

    Are those two separate formulas/rules? If they aren't, how can I combine them into one?

  10. #10
    Registered User
    Join Date
    02-20-2013
    Location
    michigan
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Need assistance with a formula for INDIRECT color/highlight with text terms.

    Also, are those formulas for the cell itself, or is it for the rule I'll be making? Thanks for the help.

  11. #11
    Registered User
    Join Date
    02-18-2013
    Location
    Georgia
    MS-Off Ver
    Excel 2010
    Posts
    48

    Re: Need assistance with a formula for INDIRECT color/highlight with text terms.

    I think that would be #1 for the count cells, and #2 in the CF. Also, if you haven't already you can use =countif("interested") - (cell with "not interested). I noticed if you use wildcards before and after those countif funcs it will match "interested" from each cell that says "not interested".

  12. #12
    Registered User
    Join Date
    02-20-2013
    Location
    michigan
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Need assistance with a formula for INDIRECT color/highlight with text terms.

    Well, I already have the COUNTIF in the cell under TOTAL for it...

    I guess the big thing is trying to get something like "not interested" into a cell with something like "sourced" and have it colored based off of the "not interested" CF....

  13. #13
    Registered User
    Join Date
    02-20-2013
    Location
    michigan
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Need assistance with a formula for INDIRECT color/highlight with text terms.

    What about if I wanted "not interested AND sourced". How can I make other words not uncolor the cells?

  14. #14
    Registered User
    Join Date
    02-20-2013
    Location
    michigan
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Need assistance with a formula for INDIRECT color/highlight with text terms.

    Ok, so far I'm solid. Now my problem is both "interested" and "not interested" add up in the TOTAL column. Like "interested" also counts into not interested TOTAL and vice versa. Is there a way to make it a specific term? So..."not interested" has no association with "interested"??? Thanks.

+ 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