Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi what iam trying to do is on the 1st day of each month i want to save the
value of a cell that i have a updating percentage value in for example here is what i currently have, B1 =SUM(J4:J45)/M46 [which is shown as a percentage (i.e. 50%)] N3 (=DATE(2007,12,19)) N6:N36 is fixed dates 1/1/08, 1/2/08, 1/3/08 ect O6 =IF($N$3=N6,B1) (however with this formula you lose the value after the 1st of the month) Ideally what I want to have is N O 6 1/1/08 10% 7 1/2/08 20% 8 1/3/08 50% Im using Excel 2003 but i also have access to Excell 2007 if needed. Any ideas?? Thanx |