A Microsoft Office (Excel, Word) forum. OfficeFrustration

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.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Charts and Charting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How do I draw an accurate venn diagram?



 
 
Thread Tools Display Modes
  #1  
Old April 27th, 2010, 03:21 PM posted to microsoft.public.excel.charting
Phil Campbell
external usenet poster
 
Posts: 1
Default How do I draw an accurate venn diagram?

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!
  #2  
Old April 28th, 2010, 05:17 PM posted to microsoft.public.excel.charting
trip_to_tokyo[_3_]
external usenet poster
 
Posts: 932
Default How do I draw an accurate venn diagram?

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  
Old April 29th, 2010, 08:34 PM posted to microsoft.public.excel.charting
Ralph
external usenet poster
 
Posts: 128
Default How do I draw an accurate venn diagram?

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  
Old April 29th, 2010, 09:04 PM posted to microsoft.public.excel.charting
Herbert Seidenberg
external usenet poster
 
Posts: 1,113
Default How do I draw an accurate venn diagram?

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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:23 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.