DRSteele
Well-known Member
- Joined
- Mar 31, 2015
- Messages
- 2,652
- Office Version
- 365
- Platform
- Windows
Can someone please help me?
I need a dynamic formula to report the change from the prior day's price, provided there is a prior price (or else report a blank). It's probably BYROW or some such function.
I need a dynamic formula to report the change from the prior day's price, provided there is a prior price (or else report a blank). It's probably BYROW or some such function.
BN BAM.xlsx | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
2 | Start | 8/1/2024 | |||||
3 | End | 8/8/2024 | |||||
4 | |||||||
5 | |||||||
6 | Brookfield Corporation (XTSE:BN) | ||||||
7 | Date | Close | Change | ||||
8 | 8/1/2024 | $ 65.99 | |||||
9 | 8/2/2024 | $ 62.87 | |||||
10 | 8/6/2024 | $ 61.56 | |||||
11 | 8/7/2024 | $ 59.00 | |||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B3 | B3 | =TODAY() |
C8:D11 | C8 | =STOCKHISTORY(C6,B2,B3,0,0) |
Dynamic array formulas. |