View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Karim Mouloua Karim Mouloua is offline
external usenet poster
 
Posts: 2
Default How can i plot multiple histograms on one plot?

Tom,

my issue is i have multiple data set with different bin values, 4 different
Guassian populations for example, which i want to see how much of a shift
there is between them. When i try to plot using the column plot all 4 series
are ploted to one bin. Usually the firs bin i choose to be the x-axis. You
mentioned using the Vlookup fiunction, unfortunatly i have never used it. CAn
you shed more light on your suggestion.

Thanks

"Karim Mouloua" wrote:

Can any one help with a way to plot multiple histograms on one plot?
I have data as folow:
bin1 frequency1 bin2 frequency2 bin3 frequency3
0 5 0 10 0 20
2 0 1 5 3 9
5 36 3 2 7 25
. . . . . .
. . . . . .

Thank you