Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Counting values for variables in separate columns

Sorry I'm back with another question, and not sure if it will be picked up at
the end of my last string, so I'm adding this in as a new question - sorry
I'm a rookie to the Discussion Forum....

I'm working on a spreadsheet and thought the same forumla would work (it
worked for preivous formula when numbers where involved). This time I'm
checking two seprate column and want to count the number of results if the
value in one field is Gap and the value in the other column is SME or
variables as I define.

Would you take a quick look at this formula and see where I'm going wrong -
sorry!

=SUMPRODUCT(--('Project Master'!G82:G369=Gap),--('Project
Master'!F82:F369=SME))


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Counting values for variables in separate columns

=SUMPRODUCT(--('Project Master'!G82:G369="Gap"),
--('Project Master'!F82:F369="SME"))


--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"MMcQ" wrote in message
...
Sorry I'm back with another question, and not sure if it will be picked up

at
the end of my last string, so I'm adding this in as a new question - sorry
I'm a rookie to the Discussion Forum....

I'm working on a spreadsheet and thought the same forumla would work (it
worked for preivous formula when numbers where involved). This time I'm
checking two seprate column and want to count the number of results if the
value in one field is Gap and the value in the other column is SME or
variables as I define.

Would you take a quick look at this formula and see where I'm going

wrong -
sorry!

=SUMPRODUCT(--('Project Master'!G82:G369=Gap),--('Project
Master'!F82:F369=SME))




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Counting values for variables in separate columns

Super job thanks, it's good for a novice like me to get the correct forumla
too, all I had to do was cut and paste it in

"Bob Phillips" wrote:

=SUMPRODUCT(--('Project Master'!G82:G369="Gap"),
--('Project Master'!F82:F369="SME"))


--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"MMcQ" wrote in message
...
Sorry I'm back with another question, and not sure if it will be picked up

at
the end of my last string, so I'm adding this in as a new question - sorry
I'm a rookie to the Discussion Forum....

I'm working on a spreadsheet and thought the same forumla would work (it
worked for preivous formula when numbers where involved). This time I'm
checking two seprate column and want to count the number of results if the
value in one field is Gap and the value in the other column is SME or
variables as I define.

Would you take a quick look at this formula and see where I'm going

wrong -
sorry!

=SUMPRODUCT(--('Project Master'!G82:G369=Gap),--('Project
Master'!F82:F369=SME))





  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 341
Default Counting values for variables in separate columns

=SUM(COUNTIF('Project Master'!G82:G369,"gap"),COUNTIF('Project
Master'!F82:F369,"sme"))

HTH
--
Allllen


"MMcQ" wrote:

Sorry I'm back with another question, and not sure if it will be picked up at
the end of my last string, so I'm adding this in as a new question - sorry
I'm a rookie to the Discussion Forum....

I'm working on a spreadsheet and thought the same forumla would work (it
worked for preivous formula when numbers where involved). This time I'm
checking two seprate column and want to count the number of results if the
value in one field is Gap and the value in the other column is SME or
variables as I define.

Would you take a quick look at this formula and see where I'm going wrong -
sorry!

=SUMPRODUCT(--('Project Master'!G82:G369=Gap),--('Project
Master'!F82:F369=SME))




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Counting values for variables in separate columns

the count if didn't seem to work, I had to use the Sumproduct option

"Allllen" wrote:

=SUM(COUNTIF('Project Master'!G82:G369,"gap"),COUNTIF('Project
Master'!F82:F369,"sme"))

HTH
--
Allllen


"MMcQ" wrote:

Sorry I'm back with another question, and not sure if it will be picked up at
the end of my last string, so I'm adding this in as a new question - sorry
I'm a rookie to the Discussion Forum....

I'm working on a spreadsheet and thought the same forumla would work (it
worked for preivous formula when numbers where involved). This time I'm
checking two seprate column and want to count the number of results if the
value in one field is Gap and the value in the other column is SME or
variables as I define.

Would you take a quick look at this formula and see where I'm going wrong -
sorry!

=SUMPRODUCT(--('Project Master'!G82:G369=Gap),--('Project
Master'!F82:F369=SME))


  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 341
Default Counting values for variables in separate columns

Never mind.
--
Allllen


"MMcQ" wrote:

the count if didn't seem to work, I had to use the Sumproduct option

"Allllen" wrote:

=SUM(COUNTIF('Project Master'!G82:G369,"gap"),COUNTIF('Project
Master'!F82:F369,"sme"))

HTH
--
Allllen


"MMcQ" wrote:

Sorry I'm back with another question, and not sure if it will be picked up at
the end of my last string, so I'm adding this in as a new question - sorry
I'm a rookie to the Discussion Forum....

I'm working on a spreadsheet and thought the same forumla would work (it
worked for preivous formula when numbers where involved). This time I'm
checking two seprate column and want to count the number of results if the
value in one field is Gap and the value in the other column is SME or
variables as I define.

Would you take a quick look at this formula and see where I'm going wrong -
sorry!

=SUMPRODUCT(--('Project Master'!G82:G369=Gap),--('Project
Master'!F82:F369=SME))


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
Formula to count values in two columns JBurlage Excel Discussion (Misc queries) 6 August 31st 06 12:59 PM
Counting unique values giantwolf Excel Discussion (Misc queries) 4 August 28th 06 01:31 PM
matching values in columns that contain duplicates jellybean Excel Discussion (Misc queries) 8 August 15th 06 02:13 AM
Counting based on values in two columns? Brother of Andrew Excel Worksheet Functions 4 November 18th 05 11:11 PM
How do I match identical values in 2 columns and then sort? Godswatch Excel Discussion (Misc queries) 1 November 9th 05 06:55 PM


All times are GMT +1. The time now is 02:28 PM.

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"