View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default a fomula that tracks the highest level a stock reached

"hcorrea53" wrote in message
...
I need a formla in my portfolio excel worksheet that caculates the highest
level a stock has reach during the year


Hi HCorrea53,

Look at the MAX worksheet function in Excel help.

In VBA, try: Application.Max(...)

If this does not resolve your query, post back with more detail.

---
Regards,
Norman