Hi,
I am having a problem with my list of data. Here is the back ground the figure provided in column E is the total number of leaflets that I received , i want to ensure that no individual (listed in column A) gets less than 5. I also want to ensure that the overall total of column B is never a negative figure, it can equal zero.
In column C I have a weighting which is used to ensure that more important persons receive more items than lesser mortals.
Here is my formula that I am using in column B
The formula rounds up the answer so that it is an even number.
http://cid-4afa362f91d4ccc5.office.live.com/view.aspx/Public/Leaflets%20Distribution%20List.xls
I am having a problem with my list of data. Here is the back ground the figure provided in column E is the total number of leaflets that I received , i want to ensure that no individual (listed in column A) gets less than 5. I also want to ensure that the overall total of column B is never a negative figure, it can equal zero.
In column C I have a weighting which is used to ensure that more important persons receive more items than lesser mortals.
Here is my formula that I am using in column B
Code:
=(ROUND(SUM(E$3 * C5),0)*2)
The formula rounds up the answer so that it is an even number.
http://cid-4afa362f91d4ccc5.office.live.com/view.aspx/Public/Leaflets%20Distribution%20List.xls