Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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??? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Extracting values need help ASAP!!! :o) | Excel Worksheet Functions | |||
Extracting changing row values | Excel Discussion (Misc queries) | |||
Extracting values from a table | Excel Discussion (Misc queries) | |||
Extracting Values on one list and not another | Excel Discussion (Misc queries) | |||
Extracting numeric values from string | Excel Worksheet Functions |