https://github.com/mcfarley1/bespoke-conditional-formatting
Bespoke Conditional Formatting for Excel expands the number of colors that can be used for conditional formatting and provides a way to save and reapply desired color schemes.
https://github.com/mcfarley1/bespoke-conditional-formatting
Last synced: 5 months ago
JSON representation
Bespoke Conditional Formatting for Excel expands the number of colors that can be used for conditional formatting and provides a way to save and reapply desired color schemes.
- Host: GitHub
- URL: https://github.com/mcfarley1/bespoke-conditional-formatting
- Owner: mcfarley1
- License: mit
- Created: 2022-05-30T17:52:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-02T16:05:47.000Z (almost 3 years ago)
- Last Synced: 2024-08-13T07:18:16.538Z (8 months ago)
- Language: VBA
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - mcfarley1/bespoke-conditional-formatting - Bespoke Conditional Formatting for Excel expands the number of colors that can be used for conditional formatting and provides a way to save and reapply desired color schemes. (VBA)
README
# bespoke-conditional-formatting
Bespoke Conditional Formatting for Excel expands the number of colors that can be used for conditional formatting and provides a way to save and reapply desired color schemes.First, the "Studio" version is a way to tinker with and test various parameters in the RGB color display to achieve the desired colors in conditional formatting. To assist with this, a graph is displayed in the tab labelled "Graph", if desired, but using the graph is not necessary.
The "MultiChoice" is an add-in that demonstrates what can be done with selected parameters once they are chosen, so that the bespoke conditional formatting can be used in your everyday spreadsheets.
Bespoke Conditional Formatting Studio Instructions
1. To apply bespoke conditional formatting, select desired cells and press (Ctrl+m).
2. To change bespoke conditional formatting, select desired cells and press (Ctrl+e), change parameters, and press "Apply" to store new parameters. Press "Cancel" to keep original parameters. WARNING: Ensure colors don't repeat in series.
3. When colors are set to "always on" or "always off", these settings override frequency and phase settings.
4. To clear bespoke conditional formatting, select formatted cells and press (Ctrl+g).
5. Excel conditional formatting overrides bespoke conditional formatting.
Notes: Bespoke conditional formatting will not update if you change numbers; you must reapply the formatting with all numbers selected. This formatting will also not disappear if numbers are removed or replaced with text.MultiChoice Conditional Formatting Instructions
1. To apply conditional formatting, select desired cells and press (Ctrl+e), select scheme, and press "Apply". Press "Cancel" to exit without applying, and "Clear" to clear what you've applied.
2. To clear the conditional formatting, select formatted cells and press (Ctrl+g).
3. Excel conditional formatting overrides this conditional formatting.
Notes: This conditional formatting will not update if you change numbers; you must reapply the formatting with all numbers selected. This formatting will also not disappear if numbers are removed or replaced with text.