Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
VegasBurger
 
Posts: n/a
Default Yet another issue

At this point Excel hates me, I can feel it. So this is what my next issue
is. I have column B which the user places an "x" in the cell that corresponds
with a day of the week in column A. I have column C that has an "x" placed
into the cell when a certain code is inputed into column D, What I am trying
to do is have a cell at the bottom, give me a percentage of the X's between
column B & C. Can anyone shed light on this for me please..

Thank you ahead of time!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student
 
Posts: n/a
Default Yet another issue

Excel loves you!! It just has difficulty expressing that love.

Use COUNTIF(). COUNTIF(B1:B100,"X") and the similar for column C.

Then take the ratios, etc.
--
Gary''s Student


"VegasBurger" wrote:

At this point Excel hates me, I can feel it. So this is what my next issue
is. I have column B which the user places an "x" in the cell that corresponds
with a day of the week in column A. I have column C that has an "x" placed
into the cell when a certain code is inputed into column D, What I am trying
to do is have a cell at the bottom, give me a percentage of the X's between
column B & C. Can anyone shed light on this for me please..

Thank you ahead of time!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
VegasBurger
 
Posts: n/a
Default Yet another issue

No success with that formula unless again I am doing it wrong. I basically
need to show a percentage of X's from column C vs column B

"Gary''s Student" wrote:

Excel loves you!! It just has difficulty expressing that love.

Use COUNTIF(). COUNTIF(B1:B100,"X") and the similar for column C.

Then take the ratios, etc.
--
Gary''s Student


"VegasBurger" wrote:

At this point Excel hates me, I can feel it. So this is what my next issue
is. I have column B which the user places an "x" in the cell that corresponds
with a day of the week in column A. I have column C that has an "x" placed
into the cell when a certain code is inputed into column D, What I am trying
to do is have a cell at the bottom, give me a percentage of the X's between
column B & C. Can anyone shed light on this for me please..

Thank you ahead of time!

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student
 
Posts: n/a
Default Yet another issue

My explanation was a little sketchy. Let's say we have this data from B1
thru C20:

0 0
0 X
0 0
X 0
0 0
0 X
X 0
0 0
0 0
X 0
0 0
0 X
0 0
X 0
0 0
0 0
X 0
0 0
0 X
0 0


and in E1 the formula =COUNTIF(B1:B100,"X")
and in F1 the formula =COUNTIF(C1:C100,"X")

E1 shows 5 and F1 shows 4

The total X's are 9 and the percent from column B is 5/9 or about 55.55%
The percent from column C is 4/9 or about 44.44%.

The ratio of B to C is 5/4 or 1.25/1

Let me know if this helps.
--
Gary''s Student


"VegasBurger" wrote:

No success with that formula unless again I am doing it wrong. I basically
need to show a percentage of X's from column C vs column B

"Gary''s Student" wrote:

Excel loves you!! It just has difficulty expressing that love.

Use COUNTIF(). COUNTIF(B1:B100,"X") and the similar for column C.

Then take the ratios, etc.
--
Gary''s Student


"VegasBurger" wrote:

At this point Excel hates me, I can feel it. So this is what my next issue
is. I have column B which the user places an "x" in the cell that corresponds
with a day of the week in column A. I have column C that has an "x" placed
into the cell when a certain code is inputed into column D, What I am trying
to do is have a cell at the bottom, give me a percentage of the X's between
column B & C. Can anyone shed light on this for me please..

Thank you ahead of time!

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Yet another issue

=COUNTIF(C:C,"X")/COUNTIF(B:B,"X")

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"VegasBurger" wrote in message
...
No success with that formula unless again I am doing it wrong. I basically
need to show a percentage of X's from column C vs column B

"Gary''s Student" wrote:

Excel loves you!! It just has difficulty expressing that love.

Use COUNTIF(). COUNTIF(B1:B100,"X") and the similar for column C.

Then take the ratios, etc.
--
Gary''s Student


"VegasBurger" wrote:

At this point Excel hates me, I can feel it. So this is what my next

issue
is. I have column B which the user places an "x" in the cell that

corresponds
with a day of the week in column A. I have column C that has an "x"

placed
into the cell when a certain code is inputed into column D, What I am

trying
to do is have a cell at the bottom, give me a percentage of the X's

between
column B & C. Can anyone shed light on this for me please..

Thank you ahead of time!





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student
 
Posts: n/a
Default Yet another issue

Thanks Bob
--
Gary''s Student


"Bob Phillips" wrote:

=COUNTIF(C:C,"X")/COUNTIF(B:B,"X")

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"VegasBurger" wrote in message
...
No success with that formula unless again I am doing it wrong. I basically
need to show a percentage of X's from column C vs column B

"Gary''s Student" wrote:

Excel loves you!! It just has difficulty expressing that love.

Use COUNTIF(). COUNTIF(B1:B100,"X") and the similar for column C.

Then take the ratios, etc.
--
Gary''s Student


"VegasBurger" wrote:

At this point Excel hates me, I can feel it. So this is what my next

issue
is. I have column B which the user places an "x" in the cell that

corresponds
with a day of the week in column A. I have column C that has an "x"

placed
into the cell when a certain code is inputed into column D, What I am

trying
to do is have a cell at the bottom, give me a percentage of the X's

between
column B & C. Can anyone shed light on this for me please..

Thank you ahead of time!




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VLOOKUP Issue Rocco2526 Excel Worksheet Functions 2 December 3rd 08 08:54 PM
Memory or power issue Steven Excel Discussion (Misc queries) 1 May 10th 06 05:06 AM
Wrap Text issue jsAlpha Excel Discussion (Misc queries) 2 January 5th 06 01:56 PM
Issue with zero/# issue!! drvortex Excel Worksheet Functions 4 December 6th 05 06:22 PM
vlookup issue ( not working and im tearing my hair out) me+excel=crazy Excel Discussion (Misc queries) 6 November 19th 05 10:49 PM


All times are GMT +1. The time now is 05:08 AM.

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

About Us

"It's about Microsoft Excel"