Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I have a worksheet with monthly sales figures on it. The first column contains the sales person and the first row contains the sales period. What I need is a formula that can select a row based on the sales person name and select a subset of columns based on a period range and produce the sum of the values. I'm looking at SUM, SUMIF, INDEX and MATCH but can't quite figure out how to organise them to provide the desired result. I've got as far as this, which will return the value of the correct row in the first column. Is there some way to return a cell reference instead so that I could slot it into a SUM function? =INDEX('Sales Data'!$B$4:$AL$162, MATCH($J$5, 'Sales Data'!$B$4:$B$162, 0), MATCH("P1", 'Sales Data'!$B$4:$AL$142, 0)) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IRR on conditional subset of cashflows | Excel Worksheet Functions | |||
Database Subset in Tabs? | New Users to Excel | |||
Populate an array that is a subset of a larger array? | Excel Worksheet Functions | |||
Populating a subset | Excel Worksheet Functions | |||
How to enter symbols for subset or element of a subset in Excel? | Excel Worksheet Functions |