Hi Chichi,
In case your data remains the same as provided by you- the following solutiong will work, otherwise to work without complicating the solution too much, you will need to assign the FIRST and the LAST cell value in your series manually (E2 and L2 for the sample given) and the intermediate month values- set to that of A2.
1) Assign the following values in the cells D2, E2, F2..... O2 assuming all values in Row 2
column D-Jan:
column E-Feb: =IF(DAY(B2)>15,A2/2,A2)
column F-Mar: =A2
column G-Apr: =A2
column H-May: =A2
column I-Jun: =A2
column J-Jul: =A2
column K-Aug: =A2
column L-Sep: =E2
column M-Oct:
column N-Nov:
column O-Dec:
[ for Row n, formula becomes =IF(DAY(Bn)>15,An/2,An) ]
2) For the source data of your plot, make the Data Range on cells =Sheet1!$D$1:$O$2
thnx n regds,
-iceB
Main Topics
Browse All Topics





by: CHICHI120976Posted on 2004-07-13 at 02:44:59ID: 11537305
HERE'S A CLEARER LIST OF VALUES PER COLUMN:
D-Jan:
E-Feb:5
F-Mar:10
G-Apr:10
H-May:10
I-Jun:10
J-Jul:10
K-Aug:10
L-Sept:5
M-Oct:
N-Nov:
O-Dec: