From: Phil Campbell Phil on 27 Apr 2010 10:21 I'm trying to draw a venn diagram in Excel, to show where survey respondents have responded 'yes' to two questions. Microsoft Help refers me to the picture toolbar but that only allows me to draw an approximate venn diagram, not to generate one automatically based upon the data I've collected. Any help gratefully received! :)
From: trip_to_tokyo on 28 Apr 2010 12:17 Just type:- venn - into the F1 Help facility and there are adequate instructions there. If my comments have helped please hit Yes. Thanks. "Phil Campbell" wrote: > I'm trying to draw a venn diagram in Excel, to show where survey respondents > have responded 'yes' to two questions. Microsoft Help refers me to the > picture toolbar but that only allows me to draw an approximate venn diagram, > not to generate one automatically based upon the data I've collected. > > Any help gratefully received! :)
From: Ralph on 29 Apr 2010 15:34 I think you need a macro to do that. I placed a Basic Venn on a worksheet then played around with the following code Dim xlWs As Worksheet Dim xlShp As Shape Set xlWs = ThisWorkbook.Worksheets("Sheet1") Set xlShp = xlWs.Shapes(1) Debug.Print xlShp.GroupItems.Count The GroupItems.Count does return 3 however I was not able to do anything else with the GroupItems in the Shape. It would give me the message Permission Denied. You might try posting your question in Excel Programming. If it is possible someone there will know how to do it. "Phil Campbell" wrote: > I'm trying to draw a venn diagram in Excel, to show where survey respondents > have responded 'yes' to two questions. Microsoft Help refers me to the > picture toolbar but that only allows me to draw an approximate venn diagram, > not to generate one automatically based upon the data I've collected. > > Any help gratefully received! :)
From: Herbert Seidenberg on 29 Apr 2010 16:04 Excel 2007, PivotTable Venn diagram on XY chart. Dimensions correspond exactly to survey results. Animated. http://c0718892.cdn.cloudfiles.rackspacecloud.com/Venn.xlsm Pdf preview: http://www.mediafire.com/file/dkodii5ygmi/Venn.pdf
|
Pages: 1 Prev: 2 chart types within a graph Next: Updating source data links |