- Joined
- Aug 24, 2013
- Messages
- 1
- Reaction score
- 0
I have a very large amount of data. At first I tried to figure out if I could write an equation that would sum all the data from a v-lookup that corresponded to a named range (example of named range below).
"Missy"
Missy PUMissy WoolMissy Short WoolMissy UrbanMissy Urban Poly
I need a report that recaps all Missy selling , so I named the above data range. Tried to do several variations of =vlookup("Missy",'Data dump"!,A2:T790,7,false), but I would also have to sum all the values found in that data 7 columns over (SLS $). I gave up and after researching tried to learn the Match and Index function using below
=SUM(INDEX(Sheet7!B8:H21,(MATCH(Sheet7!$F$9:$F$21,Missy,0)),6))
No luck, please help. This is my new boss's work and me working on a spreadsheet my old boss created that has to be revamped do to organizational changes. New boss can't do v-lookups and has tasked me with the responsibility of his work for areas much greater than my own.
"Missy"
Missy PUMissy WoolMissy Short WoolMissy UrbanMissy Urban Poly
I need a report that recaps all Missy selling , so I named the above data range. Tried to do several variations of =vlookup("Missy",'Data dump"!,A2:T790,7,false), but I would also have to sum all the values found in that data 7 columns over (SLS $). I gave up and after researching tried to learn the Match and Index function using below
=SUM(INDEX(Sheet7!B8:H21,(MATCH(Sheet7!$F$9:$F$21,Missy,0)),6))
No luck, please help. This is my new boss's work and me working on a spreadsheet my old boss created that has to be revamped do to organizational changes. New boss can't do v-lookups and has tasked me with the responsibility of his work for areas much greater than my own.