Hey everyone!
I'm trying to use Conditional Formatting on a group of cells that include balances, and some that have just letters/place fillers (XXXX) in them.
I can't get the "Bottom 5" to work because it uses the 0's. I've tried a few formula's and have been unsuccessful.
Here is my sad attempt:
=SMALL(IF(E$3:E$26>0,E$3:E$26)E$3:E$26,5)
I know something isn't right, and I can't quite figure out how to make it work. If I only use this below...
=MIN(IF(E$3:E$26>0,E$3:E$26))
....I can get it do format the minimum value that is not 0 of all the cells. I sadly cannot figure how to combine them. I like the Bottom 5, but I also wonder if there is a way to use the Data Bar with formula in this instance?
Thanks!
Bookmarks