Using excel to track stock portfolio

fm757

Board Regular
Joined
Jul 4, 2004
Messages
70
Lets say I use column A to keep a daily run of my portfolio value. A1 would be Jul 1 value, A2 would be Jul 2 value and so on down the column. Now in cell D1 I want displayed the current days value(last cell value in column A). Is this possible to do with excel?

Thanks
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Sixth Sense,

Thank you very much for the quick response. That works very well.
 
Upvote 0
One thing I did notice with this formula is that it doesn't work if you have two cells merged. Is the formula different if you are working with merged cells?
 
Upvote 0
Hi fm757:

I can use the following formula in cell D1 ...

=LOOKUP(9.99999999999999E+307,A:A)

and here is an illustration ...
Book1
ABCD
11-Jul10-Jul
22-Jul
33-Jul
44-Jul
55-Jul
6
76-Jul
87-Jul
98-Jul
109-Jul
11
1210-Jul
Sheet2
 
Upvote 0
Yogi,

That works great. I don't understand the formula, but it works great!

Thanks
 
Upvote 0
Hi fm757:

I am glad it works for you.

What the formula is doing is LOOKing up the last numeric entry in column A, using the largest number that can be entered in EXCEL.
 
Upvote 0
Hi fm757:

9.99999999999999E+307 in Scientific notation (which stands for 9.99999999999999*10^307) is the largest number that can be entered in EXCEL.
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,685
Members
448,978
Latest member
rrauni

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top