I need to color a series of consecutive rows in a table based on the user's input of an integer from 3 to 15. The first row to be colored would be Row(11), with a consecutive number of rows being colored such that the total would equal the the number input by the user. I have tried conditional formatting, but there aren't enough conditions available to accommodate the range needed, and I don't know VBA. Does anyone have any ideas how this can be done?