Thanks, However, I need to keep the total at the bottom. Eventually, I need to produce the following table: so far, I have figured out two first columns. Column A Column B Column C Column D Column E Column F Column G Total Subset Fixed percentage EEOG # # % % 2 1417 76 =C14/B14 0.043 =B14*E14 =IF(F14-C14<0,0,F14-C14) 3 6900 417 =C15/B15 0.038 =B15*E15 =IF(F15-C15<0,0,F15-C15) 4 40 5 =C16/B16 0.046 =B16*E16 =IF(F16-C16<0,0,F16-C16) 5 79 6 =C17/B17 0.139 =B17*E17 =IF(F17-C17<0,0,F17-C17) 7 1871 148 =C18/B18 0.034 =B18*E18 =IF(F18-C18<0,0,F18-C18) 10 770 56 =C19/B19 0.07 =B19*E19 =IF(F19-C19<0,0,F19-C19) Total =SUM(B14:B19) =SUM(C14:C19) =C20/B20 0.04 =E20*B20 =IF(F20-C20<0,0,F20-C20) do you have any suggestions? Thanks, Nazanin
... View more