Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following index and match function for my sheet. The function
works just fine except that I would like to get the value right below this one that is returned. Is there any way to tell excel to use this formula and then go one row down and return that value? Do I need a macro? =INDEX(DN!$A$8:$M$5594,MATCH('Sales Credit Data'!$A13,DN!$A$8:$A$5594),MATCH('Sales Credit Data'!$D$9,DN!$A$8:$M$8)) Thanks for the help! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
INDEX(Range,MATCH(...)+1,MATCH(...)) Arvi Laanemets "John" wrote in message ... I have the following index and match function for my sheet. The function works just fine except that I would like to get the value right below this one that is returned. Is there any way to tell excel to use this formula and then go one row down and return that value? Do I need a macro? =INDEX(DN!$A$8:$M$5594,MATCH('Sales Credit Data'!$A13,DN!$A$8:$A$5594),MATCH('Sales Credit Data'!$D$9,DN!$A$8:$M$8)) Thanks for the help! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thank you that works great.
"Arvi Laanemets" wrote: Hi INDEX(Range,MATCH(...)+1,MATCH(...)) Arvi Laanemets "John" wrote in message ... I have the following index and match function for my sheet. The function works just fine except that I would like to get the value right below this one that is returned. Is there any way to tell excel to use this formula and then go one row down and return that value? Do I need a macro? =INDEX(DN!$A$8:$M$5594,MATCH('Sales Credit Data'!$A13,DN!$A$8:$A$5594),MATCH('Sales Credit Data'!$D$9,DN!$A$8:$M$8)) Thanks for the help! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Offset 2nd ref. | Excel Worksheet Functions | |||
Do I really need OFFSET? | Charts and Charting in Excel | |||
Compare Cell Values, Offset(-1,0), Offset(-1,-1), and xlFillDefaul | Excel Worksheet Functions | |||
Offset. | Excel Worksheet Functions | |||
offset | Excel Worksheet Functions |