![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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! ![]() |
| Ads |
|
#2
|
|||
|
|||
|
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! ![]() |
|
#3
|
|||
|
|||
|
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! ![]() |
|
#4
|
|||
|
|||
|
Excel 2007, PivotTable
Venn diagram on XY chart. Dimensions correspond exactly to survey results. Animated. http://c0718892.cdn.cloudfiles.racks....com/Venn.xlsm Pdf preview: http://www.mediafire.com/file/dkodii5ygmi/Venn.pdf |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I make a venn diagram? | Cesar | Excel Discussion (Misc queries) | 2 | September 19th 07 03:14 PM |
| Venn diagram | S Ganesh | Charts and Charting in Excel | 2 | March 2nd 07 11:10 PM |
| Venn Diagram | Chris | Excel Discussion (Misc queries) | 0 | February 13th 07 10:49 AM |
| Venn Diagram | Racheldt | Charts and Charting in Excel | 1 | November 1st 05 03:49 AM |
| Venn Diagram | Pearl | Charts and Charting in Excel | 1 | May 7th 05 09:25 AM |