Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a formula
=BLPSH("JPY Curncy","PX_LAST","31/12/2007",,,BLP|H!'JPY Curncy,[PX_LAST] ST=20071231 END=20071231 PD=D') I have to change the date for each cell 31/12/2007 how can I Just change one cell and the rest of the cells would pick that date without dragging because it would not work. it should be automatic??? thank you |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Put the date in a cell, say M1, and use
=BLPSH("JPY Curncy","PX_LAST",M1,,,BLP|H!'JPY Curncy,[PX_LAST] ST=20071231 END=20071231 PD=D') -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "yaseen" wrote in message ... I have a formula =BLPSH("JPY Curncy","PX_LAST","31/12/2007",,,BLP|H!'JPY Curncy,[PX_LAST] ST=20071231 END=20071231 PD=D') I have to change the date for each cell 31/12/2007 how can I Just change one cell and the rest of the cells would pick that date without dragging because it would not work. it should be automatic??? thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I sort a column of random dates into Consecutive dates | Excel Worksheet Functions | |||
Identifying unique dates in a range of cells containing dates... | Excel Discussion (Misc queries) | |||
need to convert list of dates to count no. of dates by week | Excel Worksheet Functions | |||
Calculating number of days between two dates that fall between two other dates | Excel Discussion (Misc queries) | |||
Charting data against dates where dates are not at fixed intervals | Charts and Charting in Excel |