View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
joel joel is offline
external usenet poster
 
Posts: 9,101
Default Cross referencing data from one worksheet to another

You need to build a new table for each chart. the new tables can reference
cells in the old table by using =Sheet1!A5

" wrote:

Hi

I have all my raw data on worksheet one and in that I need to cross
reference various peoples names against the various states of
customers. So I need to seperate the 6 names against the 5 states of
customers and produce a figure for each. Can anyone advise?

thanks
James