S
servboss02
I have a spreadsheet that tracks the value of my stock portfolio. Calendar
quarters are across the columns, the investments are down the rows. Every
quarter I have entered a formula in every row down that quarter's column that
looks like this:
=100*15.523
which means 100 shares at $15.523. This gives me a quarterly time series of
the value of my investments as I head left to right on a row.
But now I would like to create two time series - the number of shares that I
owned and the price at the end of the quarter. The information is all there,
I just want a formula for a row that extract the shares from the formula and
a different formula that would extract the share price.
So, for example, I might have a simple sheet that looks like this:
Q1 Q2
Fund1 1552.30 1816.87
The formulas would look like this:
Q1 Q2
Fund1 =100*15.523 =110*16.517
I'd like the spreadsheet to look like this:
Q1 Q2
Fund1 1552.30 1816.87
Shares 100.00 110.00
Price 15.523 16.517
Help???
quarters are across the columns, the investments are down the rows. Every
quarter I have entered a formula in every row down that quarter's column that
looks like this:
=100*15.523
which means 100 shares at $15.523. This gives me a quarterly time series of
the value of my investments as I head left to right on a row.
But now I would like to create two time series - the number of shares that I
owned and the price at the end of the quarter. The information is all there,
I just want a formula for a row that extract the shares from the formula and
a different formula that would extract the share price.
So, for example, I might have a simple sheet that looks like this:
Q1 Q2
Fund1 1552.30 1816.87
The formulas would look like this:
Q1 Q2
Fund1 =100*15.523 =110*16.517
I'd like the spreadsheet to look like this:
Q1 Q2
Fund1 1552.30 1816.87
Shares 100.00 110.00
Price 15.523 16.517
Help???