This has nothing to do with arcades, but at work, I've put together a spreadsheet with various rates from many trucking companies we use/have used/may use in the future. There's a total of around 8 or 9 on the spreadsheet. What I've done, is take a single class and weight, and got the rate for numerous zip codes. (Around 70.) So there's around 600 or so fields. Now a few of the companies only service certain parts of the nation, so it's really probably around 350-400 or so fields of data.
What I've done so far is take the lowest rate in each row, and shade it yellow. I then took the next ones within $25 and shaded them red. The ones within $50 were purple, and the ones within $75 were gray. I also did this the hard way. One by one. This is quite the timesucker. Now every so often, a new company wants in on some business, or our existing companies redo their discounts, and I have to go in, and change all the prices (not a big deal,) and ALSO potentially change all the color coding if they end up being the new minimum price in a certain zip. (A big deal. Lots of time analyzing, and changing colors, one after the other.)
So I know Excel has an option to automatically highlight and do things like I'm doing, but much faster, and when I change the prices, will update the colors automatically. I started looking through the help section, but was unable to get the MIN working. I did what it said for highlighting the minimum, but it kept highlighting the entire row instead of just the lowest price. =MIN(E4:E12) was the coding it told me to use, which I did. What happened?
Also, I figure I need to use "IF" formulas for the other fields, but not quite sure how. Can anyone let me know how to do this right? I need the minimum price in a row to be one color. Anything within $25 another color, anything within $50 another color, and anything within $75 another color. Also, if there's an option, to make blank fields another color (actually it'll be a pattern, but anywho...) Thanks!