Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jaydubs
 
Posts: n/a
Default Keeping status on posed questions in Excel

Dear Excel(lent) users,

I am keeping track of questions I pose in my organisation in an excel sheet.
The header consists of
A: Date of entry
B: What is the question
C: Whom did I ask
D: Did I get an answer
E: When was it answered
F: Duration (which is subtracting A1 from F1)
G: Sort of question
H: Satisfied with answer

I have a seperate tab in the same file with statistics. Tab I have the names
of the person I have posed questions to in Column A.
Now I want to know the following:
How many times did that person answer my questions (Based on the name in C
and on whether D has the entry "Yes".
I tried
=countif(and('Data!'$c$2:$c$10='Statistics!'A1;'Da ta!'$d$2:$d$10="yes"), but
that doesnot work.

Please help me !! If need be, I can send the file to you, but it is in Dutch
format and formulas.

Thanks !!
--
** Fool on the hill **
  #3   Report Post  
Posted to microsoft.public.excel.misc
Marcelo
 
Posts: n/a
Default Keeping status on posed questions in Excel

Hi Jaydubs,

try to use Sumproduct to solve it as:

=sumproduct(--($c$2:$c$10=Statistics!A1),--($d$2:$d$10="yes"))

Hope this helps
Regards from Brazil
Marcelo

"Jaydubs" escreveu:

Dear Excel(lent) users,

I am keeping track of questions I pose in my organisation in an excel sheet.
The header consists of
A: Date of entry
B: What is the question
C: Whom did I ask
D: Did I get an answer
E: When was it answered
F: Duration (which is subtracting A1 from F1)
G: Sort of question
H: Satisfied with answer

I have a seperate tab in the same file with statistics. Tab I have the names
of the person I have posed questions to in Column A.
Now I want to know the following:
How many times did that person answer my questions (Based on the name in C
and on whether D has the entry "Yes".
I tried
=countif(and('Data!'$c$2:$c$10='Statistics!'A1;'Da ta!'$d$2:$d$10="yes"), but
that doesnot work.

Please help me !! If need be, I can send the file to you, but it is in Dutch
format and formulas.

Thanks !!
--
** Fool on the hill **

  #4   Report Post  
Posted to microsoft.public.excel.misc
Jaydubs
 
Posts: n/a
Default Keeping status on posed questions in Excel

Great Thanks Marcelo and Ardus Petus,

I have used yours Marcelo and did not try yours Ardus. Thanks for answering
me both of you !!

Great stuff
--
** Fool on the hill **


"Marcelo" wrote:

Hi Jaydubs,

try to use Sumproduct to solve it as:

=sumproduct(--($c$2:$c$10=Statistics!A1),--($d$2:$d$10="yes"))

Hope this helps
Regards from Brazil
Marcelo

"Jaydubs" escreveu:

Dear Excel(lent) users,

I am keeping track of questions I pose in my organisation in an excel sheet.
The header consists of
A: Date of entry
B: What is the question
C: Whom did I ask
D: Did I get an answer
E: When was it answered
F: Duration (which is subtracting A1 from F1)
G: Sort of question
H: Satisfied with answer

I have a seperate tab in the same file with statistics. Tab I have the names
of the person I have posed questions to in Column A.
Now I want to know the following:
How many times did that person answer my questions (Based on the name in C
and on whether D has the entry "Yes".
I tried
=countif(and('Data!'$c$2:$c$10='Statistics!'A1;'Da ta!'$d$2:$d$10="yes"), but
that doesnot work.

Please help me !! If need be, I can send the file to you, but it is in Dutch
format and formulas.

Thanks !!
--
** Fool on the hill **

  #5   Report Post  
Posted to microsoft.public.excel.misc
Pete_UK
 
Posts: n/a
Default Keeping status on posed questions in Excel

Does this count as one of your questions, then?

Pete

Jaydubs wrote:
Great Thanks Marcelo and Ardus Petus,

I have used yours Marcelo and did not try yours Ardus. Thanks for answering
me both of you !!

Great stuff
--
** Fool on the hill **


"Marcelo" wrote:

Hi Jaydubs,

try to use Sumproduct to solve it as:

=sumproduct(--($c$2:$c$10=Statistics!A1),--($d$2:$d$10="yes"))

Hope this helps
Regards from Brazil
Marcelo

"Jaydubs" escreveu:

Dear Excel(lent) users,

I am keeping track of questions I pose in my organisation in an excel sheet.
The header consists of
A: Date of entry
B: What is the question
C: Whom did I ask
D: Did I get an answer
E: When was it answered
F: Duration (which is subtracting A1 from F1)
G: Sort of question
H: Satisfied with answer

I have a seperate tab in the same file with statistics. Tab I have the names
of the person I have posed questions to in Column A.
Now I want to know the following:
How many times did that person answer my questions (Based on the name in C
and on whether D has the entry "Yes".
I tried
=countif(and('Data!'$c$2:$c$10='Statistics!'A1;'Da ta!'$d$2:$d$10="yes"), but
that doesnot work.

Please help me !! If need be, I can send the file to you, but it is in Dutch
format and formulas.

Thanks !!
--
** Fool on the hill **




  #6   Report Post  
Posted to microsoft.public.excel.misc
Jaydubs
 
Posts: n/a
Default Keeping status on posed questions in Excel

What do you mean pete, I am not sure I understand your question, sorry !
--
** Fool on the hill **


"Pete_UK" wrote:

Does this count as one of your questions, then?

Pete

Jaydubs wrote:
Great Thanks Marcelo and Ardus Petus,

I have used yours Marcelo and did not try yours Ardus. Thanks for answering
me both of you !!

Great stuff
--
** Fool on the hill **


"Marcelo" wrote:

Hi Jaydubs,

try to use Sumproduct to solve it as:

=sumproduct(--($c$2:$c$10=Statistics!A1),--($d$2:$d$10="yes"))

Hope this helps
Regards from Brazil
Marcelo

"Jaydubs" escreveu:

Dear Excel(lent) users,

I am keeping track of questions I pose in my organisation in an excel sheet.
The header consists of
A: Date of entry
B: What is the question
C: Whom did I ask
D: Did I get an answer
E: When was it answered
F: Duration (which is subtracting A1 from F1)
G: Sort of question
H: Satisfied with answer

I have a seperate tab in the same file with statistics. Tab I have the names
of the person I have posed questions to in Column A.
Now I want to know the following:
How many times did that person answer my questions (Based on the name in C
and on whether D has the entry "Yes".
I tried
=countif(and('Data!'$c$2:$c$10='Statistics!'A1;'Da ta!'$d$2:$d$10="yes"), but
that doesnot work.

Please help me !! If need be, I can send the file to you, but it is in Dutch
format and formulas.

Thanks !!
--
** Fool on the hill **



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
Does anyone have a good Status Report template for excel? Dave Excel Discussion (Misc queries) 0 March 17th 06 12:36 AM
Remove Read Only Status on Excel Templates Dia Excel Discussion (Misc queries) 0 March 10th 06 04:25 AM
Keeping Excel Active Always Richard Excel Discussion (Misc queries) 2 February 9th 06 10:56 AM
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER MEGTOM New Users to Excel 5 October 27th 05 03:06 AM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM


All times are GMT +1. The time now is 01:37 AM.

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

About Us

"It's about Microsoft Excel"