Formatting cell colour if it contains a text value defined in an excel column
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Is there a way to format cells using the table tool based on whether a cell contains a value within an excel sheet?
These are the values I would like to search for in another table, and if any of these values are found in the other table, I would like to change the cell colour to red.
Is this possible?
Many thanks!
Solved! Go to Solution.
- Labels:
- Data Investigation
- Text Mining
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @srea541
Can you provide some sample input and expected output it will help us get a better understanding of the usecase.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @atcodedog05
The input file attachment is the data that is being read in, and the expected output file is how I'd like it to look when compared against the "negativewords" excel file.
All files attached.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you so much!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@OllieClarke so those formulas will change the cell colour if it contains that string - the word "huge" is triggering a change in the cell colour because it detects "hug" - how would I adapt it so it has to be exactly that string?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @srea541
I would suggest to use find and replace tool because it has match words only option. Give it a try.
Workflow:
Hope this helps : )
