I'm putting together a spreadsheet to show what the overall % increase to labor will be if we adjust all employees that are topped out and we give them (x%) increase . All the ones not topped out we will leave the same rate of pay. I'm making the sheet so that if I change one number it flows across all Topped out employees. It needs to be done with if/then statements like.... If employee rate of pay= Max rate of pay then multiply by (x%). If employee rate of pay < Max rate of pay then = current rate of pay. I would appreciate a good starting point to help see how this will unfold. I can do a good chunk of this but there is a column on my main calculation sheet that I have included (J) that has the current rate. The max rates allowed are on sheet two called ROP located in column (C). Working between the sheets and referencing back to the second sheet has me a little stumped. Any help would be appreciated. Details: column (I) of Distribution2 sheet has to compare to Column (E) of ROP. Then the rate in ROP has to compare to the rate in Distribution2 to see if they are maxed (according to ROP). If Distribution2 is maxed, then it gets the multiplier from L3 and the value is output in column L. If its not maxed, it will output column J into column K. Thank you in advance for any help.