vlookup of sub totals

R

Roy Gudgeon

Hi

I have a summary sheet that is looking at data on multiple sheets within a
workbook.
All the data in the individual workbooks is summed using sub totals.
In column A this reports the part number followed by a space then the word
Total.
I want to use vlookup to report totals in the summary sheet however the
summary sheet just contains my part number (and not the word total), as such
I get "N/a" results. Can I use a wild card in the vlookup formula and if so
what is it ?

If not any quick suggestions about how I can resolve this ?
 
V

vishu

If you don't need the word "total", you can use SUBSTITUTE formula to ignore
the word.
 
D

Dave Peterson

Just embed that " total" string in your =vlookup() formula:

=vlookup(a2&" total", sheet99!a:z,13,false)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top