![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 83
|
I have dates in column A, values in column B, daily % change in column C, monthly % change in column D and YTD % change in column D. Values are entered daily.
Is there a formula that will allow me to copy down the formula w/o changing cell reference for the month end or year end dates. for example, for monthly % change, Apr 8 will use the value from Mar 31 and May 15 will use the value from Apr 30 - but this requires a manual cell reference change from the value in the Mar 31 cell to the value in the Apr 30 cell. |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Use =EOMONTH(datevalue,-1) and MATCH to find the value in your list
[ This Message was edited by: Mark W. on 2002-05-09 09:20 ] |
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
where A1 houses a date like 8-Apr-02. |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|