Freelancers Network
 
skill list top cap
Homepage
Join the Freelancer's Network
Update your details
Find a freelancer
Post a project
Find a project
Projects Archive
Post a job
Find a job
Jobs Archive
See Dan's Pages
See Andy's Pages
Link to this site
Resources
Join/Leave Forum
Forum Messages
+Additions+ Adverts
Advertising
Contact Us
Subscribe to our newsletter - enter your email address and hit return
Freelancers.net is owned and operated by Andy Stowell and Dan Winchester
skill list end cap
guru web hostcom

Find me again on Freelancers.net

Re: FN-FORUM: Simple Open Office calc or excel problem: I must be stupid

date posted 12th May 2008 18:01


----- Original Message -----
From: "Duncan Glendinning" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Monday, May 12, 2008 5:56 PM
Subject: FN-FORUM: Simple Open Office calc or excel problem: I must be
stupid


>
> Good afternoon guys...
>
> This just shows when the last time was that I used excel (or in my
> case open office calc).
> I have a column called invited? and each entry is a row in the table,
> with either a "yes" or a "no" in that particular column. I am simply
> trying to get it to draw a pie chart showing the split between the
> number of yes's and the number of no's. It just won't do it though, so
> I must be missing a trick here.
> Any ideas?
>
> Thanks,
> Duncan


I can't see an easy way to do this.

In the following example I have either a Yes or a No in column B, cells:
B1:B18

Add another column with the formula

=IF(B1="Yes";1;0)

where B1 is a reference to the column with Yes or No in it. This goes in
column C in my example and is then copied to all the other rows. It displays
a 0 for No and a 1 for a Yes

At the bottom of the table add more columns

=SUM(C1:C18)

- gives the sum of Yesses (the number of rows with a Yes)

=COUNT(C1:C18)-C20
- gives the sum of Nos. i.e. The count of all the rows minus the number of
Yes rows.

Where, C is the column with the IF formula in

C20 is the cell with the Yes sum in
C1:C18 is the range of cells containing the IF forumlas.


Select only the cells containing results (C20:C21) in my example
Insert, Chart, ...





Messages by Day
May 31st 2008
May 30th 2008
May 29th 2008
May 28th 2008
May 27th 2008
May 26th 2008
May 25th 2008
May 24th 2008
May 23rd 2008
May 22nd 2008
May 21st 2008
May 20th 2008
May 19th 2008
May 18th 2008
May 17th 2008
May 16th 2008
May 15th 2008
May 14th 2008
May 13th 2008
May 12th 2008
May 11th 2008
May 10th 2008
May 9th 2008
May 8th 2008
May 7th 2008
May 6th 2008
May 5th 2008
May 4th 2008
May 3rd 2008
May 2nd 2008
May 1st 2008


Messages by Month
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008


Messages by Year
2008
2007
2006
2005
2004
2003
2002
2001
2000