Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 76
Default Array formula to display 1 if concatentaed values differ..

Hi,
I'm having a bit of trouble creating an array formula
I have some data in my sheet like this;

Reference Type
11KING DD
11KING CC
13MANA DD
13MANA DD
23WES1 CH
2BENTE DD
2BENTE DD
2BENTE CH
2SIMP1 DD

Next to each row I want a '1' displayed if the reference has more than
1 type.
i.e a 1 should be put next to the accounts '11KING', and '2BENTE'.

Cheers
Tony
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Array formula to display 1 if concatentaed values differ..

Maybe:-

With your list in column A put this in B1 and drag down

=IF(COUNTIF(A1:$A$10,A1)1,1,"")

Mike

"bony_tony" wrote:

Hi,
I'm having a bit of trouble creating an array formula
I have some data in my sheet like this;

Reference Type
11KING DD
11KING CC
13MANA DD
13MANA DD
23WES1 CH
2BENTE DD
2BENTE DD
2BENTE CH
2SIMP1 DD

Next to each row I want a '1' displayed if the reference has more than
1 type.
i.e a 1 should be put next to the accounts '11KING', and '2BENTE'.

Cheers
Tony

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 364
Default Array formula to display 1 if concatentaed values differ..

This would give a 1 for multiple occurrences of a reference even where the
type was the same, e.g. 13MANA (both type DD), which I think the OP doesn't
want.

"Mike H" wrote in message
...
Maybe:-

With your list in column A put this in B1 and drag down

=IF(COUNTIF(A1:$A$10,A1)1,1,"")

Mike

"bony_tony" wrote:

Hi,
I'm having a bit of trouble creating an array formula
I have some data in my sheet like this;

Reference Type
11KING DD
11KING CC
13MANA DD
13MANA DD
23WES1 CH
2BENTE DD
2BENTE DD
2BENTE CH
2SIMP1 DD

Next to each row I want a '1' displayed if the reference has more than
1 type.
i.e a 1 should be put next to the accounts '11KING', and '2BENTE'.

Cheers
Tony



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 76
Default Array formula to display 1 if concatentaed values differ..

On 12 Dec, 14:22, "Stephen" <none wrote:
This would give a 1 for multiple occurrences of a reference even where the
type was the same, e.g. 13MANA (both type DD), which I think the OP doesn't
want.


Correct, but I could concatenate the 2 values to see if there is more
than one.. should have thought of that myself...
Thanks
Tony
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
array formula to provide all values associated with a given value tschaeffer Excel Discussion (Misc queries) 2 December 7th 07 05:53 AM
array formula to provide all values associated with a given value tschaeffer Excel Worksheet Functions 0 December 7th 07 03:39 AM
Formula to Identify Col Data-Pairs that Differ by 2*pi monir Excel Worksheet Functions 2 November 22nd 07 03:47 AM
Formula helper gives correct answer but the cell content is differ stebro Excel Discussion (Misc queries) 8 February 27th 07 11:28 PM
array formula values TUNGANA KURMA RAJU Excel Discussion (Misc queries) 1 September 29th 05 08:01 PM


All times are GMT +1. The time now is 07:34 PM.

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"