Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi - I'm building a budget spreadsheet in which ...
Col B contains "DUE DATE", Col C "AMOUNT", and Col D "DESCRIPTION". I need help in the way of a formular in cell J1 that will return the date (from col B) of the next pay. The next pay is denoted with "Pay" in col D, DESCRIPTION. That is, I want the formula to look down col D (Description) for the first entry "Pay" and return the date of that pay that appears 2 rows left in col B. Any help would be appreciated. Regards, Kaye |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Kaye
I worked with dates in B2:B25 so change to suit and obviously also change the lookup range in the MATCH function.You will need to format J1 as date =INDEX(B2:B25,MATCH("Pay",D2:D25,0)) -- HTH Nick Hodge Microsoft MVP - Excel Southampton, England www.nickhodge.co.uk HIS "Kaye" wrote in message ... Hi - I'm building a budget spreadsheet in which ... Col B contains "DUE DATE", Col C "AMOUNT", and Col D "DESCRIPTION". I need help in the way of a formular in cell J1 that will return the date (from col B) of the next pay. The next pay is denoted with "Pay" in col D, DESCRIPTION. That is, I want the formula to look down col D (Description) for the first entry "Pay" and return the date of that pay that appears 2 rows left in col B. Any help would be appreciated. Regards, Kaye |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Magic! Thanks Nick. On Fri, 24 Feb 2006 07:38:22 -0000, "Nick Hodge" wrote: Kaye I worked with dates in B2:B25 so change to suit and obviously also change the lookup range in the MATCH function.You will need to format J1 as date =INDEX(B2:B25,MATCH("Pay",D2:D25,0)) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to return tomorrow's date. | New Users to Excel | |||
formula to look up and return smallest date from a range of dates | Excel Worksheet Functions | |||
Adjusting Date Results | Excel Worksheet Functions | |||
search for latest date | Excel Worksheet Functions | |||
calc constant date from variable date & return with ability to rn. | Excel Worksheet Functions |