thesproing
Board Regular
- Joined
- Jul 16, 2007
- Messages
- 76
Hi guys,
please can anyone help with these formua. I simply trying to get the sum off all the numbers between two coloum references, but the starting colum varies depending on what row it is in.
The rows are represented by peoples names, the colums by months.
first formula tried:
=SUM(INDEX(Data!B5:Data!M23,1,MATCH("sep",Data!B3:M3)),(INDEX(Data!B5:Data!M23,1,(MATCH("sep",Data!B3:Z3))+11)))
For simplification i have labeled the row as 1 as i was having trouble with using text. The + 11 is how many cells to the right i would like the sum to include.
I also tried the VLOOKUP function, but its not even finding the cell i want it to, any ideas whats wrong with this....
=VLOOKUP("melanie",Data!A5:M23,MATCH("may",Data!A3:M3,0))
thanks for taking the time to look!
Olly
please can anyone help with these formua. I simply trying to get the sum off all the numbers between two coloum references, but the starting colum varies depending on what row it is in.
The rows are represented by peoples names, the colums by months.
first formula tried:
=SUM(INDEX(Data!B5:Data!M23,1,MATCH("sep",Data!B3:M3)),(INDEX(Data!B5:Data!M23,1,(MATCH("sep",Data!B3:Z3))+11)))
For simplification i have labeled the row as 1 as i was having trouble with using text. The + 11 is how many cells to the right i would like the sum to include.
I also tried the VLOOKUP function, but its not even finding the cell i want it to, any ideas whats wrong with this....
=VLOOKUP("melanie",Data!A5:M23,MATCH("may",Data!A3:M3,0))
thanks for taking the time to look!
Olly