Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 39
Default Help Reading Formula - Again!

Hi Everyone -

You were a big help a week or two ago, walking me through how to decipher a
complicated formula. I have another one for you!

=COUNTIF('CURRENT
MPS'!$BD$4:$BD$2000,CONCATENATE($A12,"-",C$1,"-0"))+COUNTIF('CURRENT
MPS'!$BD$4:$BD$2000,CONCATENATE($A12,"-",C$1,"-1"))

Thanks in advance...

Kelley
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default Help Reading Formula - Again!

It will count the number of times $A12-C$1-0 and $A12-C$1-1 occur in the
range $BD$4:$BD$2000 on the 'Current MPS' sheet.

$A12-C$1-0 means value in A12 then a dash then value in C1 then another dash
and a zero...
To see what it means enter this in any cell
=CONCATENATE($A12,"-",C$1,"-0"))


"Kell2604" wrote:

Hi Everyone -

You were a big help a week or two ago, walking me through how to decipher a
complicated formula. I have another one for you!

=COUNTIF('CURRENT
MPS'!$BD$4:$BD$2000,CONCATENATE($A12,"-",C$1,"-0"))+COUNTIF('CURRENT
MPS'!$BD$4:$BD$2000,CONCATENATE($A12,"-",C$1,"-1"))

Thanks in advance...

Kelley

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 39
Default Help Reading Formula - Again!

Hi Kell;
This is what it reads:

1- IF the concatenation of A12 - C1 - 0, does exist in the range BD4:BD2000
located at sheet "CURRENT MPS", brings value found.
2- IF the concatenation of A12 - C1 - 1, does exist in the range BD4:BD2000
located at sheet "CURRENT MPS", brings value found.
3- Add 1 and 2

Let me know if you understand. Like the Roman emperator said, the secret is
to devide and you will rule.

Argy


"Kell2604" wrote:

Hi Everyone -

You were a big help a week or two ago, walking me through how to decipher a
complicated formula. I have another one for you!

=COUNTIF('CURRENT
MPS'!$BD$4:$BD$2000,CONCATENATE($A12,"-",C$1,"-0"))+COUNTIF('CURRENT
MPS'!$BD$4:$BD$2000,CONCATENATE($A12,"-",C$1,"-1"))

Thanks in advance...

Kelley

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 39
Default Help Reading Formula - Again!

Perhaps I should clarify something. Since the formula used is Count if, when
I said bring value found means that all the values that have met the
criteria, will be counted and added in each individual piece or what I called
1 and 2. Then, they will be added together.

Argy


"Argy - Arcasoft" wrote:

Hi Kell;
This is what it reads:

1- IF the concatenation of A12 - C1 - 0, does exist in the range BD4:BD2000
located at sheet "CURRENT MPS", brings value found.
2- IF the concatenation of A12 - C1 - 1, does exist in the range BD4:BD2000
located at sheet "CURRENT MPS", brings value found.
3- Add 1 and 2

Let me know if you understand. Like the Roman emperator said, the secret is
to devide and you will rule.

Argy


"Kell2604" wrote:

Hi Everyone -

You were a big help a week or two ago, walking me through how to decipher a
complicated formula. I have another one for you!

=COUNTIF('CURRENT
MPS'!$BD$4:$BD$2000,CONCATENATE($A12,"-",C$1,"-0"))+COUNTIF('CURRENT
MPS'!$BD$4:$BD$2000,CONCATENATE($A12,"-",C$1,"-1"))

Thanks in advance...

Kelley

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 39
Default Help Reading Formula - Again!

Thanks Again - Got it!!

"Sheeloo" wrote:

It will count the number of times $A12-C$1-0 and $A12-C$1-1 occur in the
range $BD$4:$BD$2000 on the 'Current MPS' sheet.

$A12-C$1-0 means value in A12 then a dash then value in C1 then another dash
and a zero...
To see what it means enter this in any cell
=CONCATENATE($A12,"-",C$1,"-0"))


"Kell2604" wrote:

Hi Everyone -

You were a big help a week or two ago, walking me through how to decipher a
complicated formula. I have another one for you!

=COUNTIF('CURRENT
MPS'!$BD$4:$BD$2000,CONCATENATE($A12,"-",C$1,"-0"))+COUNTIF('CURRENT
MPS'!$BD$4:$BD$2000,CONCATENATE($A12,"-",C$1,"-1"))

Thanks in advance...

Kelley



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 39
Default Help Reading Formula - Again!

Thanks for the help as always!! Makes sense.

"Argy - Arcasoft" wrote:

Perhaps I should clarify something. Since the formula used is Count if, when
I said bring value found means that all the values that have met the
criteria, will be counted and added in each individual piece or what I called
1 and 2. Then, they will be added together.

Argy


"Argy - Arcasoft" wrote:

Hi Kell;
This is what it reads:

1- IF the concatenation of A12 - C1 - 0, does exist in the range BD4:BD2000
located at sheet "CURRENT MPS", brings value found.
2- IF the concatenation of A12 - C1 - 1, does exist in the range BD4:BD2000
located at sheet "CURRENT MPS", brings value found.
3- Add 1 and 2

Let me know if you understand. Like the Roman emperator said, the secret is
to devide and you will rule.

Argy


"Kell2604" wrote:

Hi Everyone -

You were a big help a week or two ago, walking me through how to decipher a
complicated formula. I have another one for you!

=COUNTIF('CURRENT
MPS'!$BD$4:$BD$2000,CONCATENATE($A12,"-",C$1,"-0"))+COUNTIF('CURRENT
MPS'!$BD$4:$BD$2000,CONCATENATE($A12,"-",C$1,"-1"))

Thanks in advance...

Kelley

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
Reading a formula Kell2604 Excel Discussion (Misc queries) 5 November 4th 08 11:43 PM
Formula not reading imported data pskwaak Excel Worksheet Functions 2 February 17th 07 06:07 AM
date reading formula question Todd Excel Worksheet Functions 1 August 10th 06 06:55 PM
Formula for Reading A Non-Existent Reference pskwaak Excel Worksheet Functions 0 March 16th 06 05:02 AM
Formula reading formula instead of cell content roy.okinawa Excel Worksheet Functions 1 November 29th 05 04:20 AM


All times are GMT +1. The time now is 06:34 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"