srizki
Well-known Member
- Joined
- Jan 14, 2003
- Messages
- 1,857
- Office Version
- 365
- Platform
- Windows
I am trying to write a formula that works like this.
In column A, I have months, starting from February ending in August
In column B, I will put an amount. If I put 600, it should fill automatically in March 500, April 400, May 300, June 200, July 100, August 0, it should be 100 less than prior month. If I put $500 in February, it will be 0 in July, therefore August should not show, so the presence of month depends on if last month’s amount is >0, otherwise “”.
Lets say A6 has February, A7 will have =IF(B6>0,EOMONTH(A6,1)””), this formula is not working, either the formula is wrong or I have to install Analyis toolPak.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
Thanks
In column A, I have months, starting from February ending in August
In column B, I will put an amount. If I put 600, it should fill automatically in March 500, April 400, May 300, June 200, July 100, August 0, it should be 100 less than prior month. If I put $500 in February, it will be 0 in July, therefore August should not show, so the presence of month depends on if last month’s amount is >0, otherwise “”.
Lets say A6 has February, A7 will have =IF(B6>0,EOMONTH(A6,1)””), this formula is not working, either the formula is wrong or I have to install Analyis toolPak.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
Thanks