#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Crawdaddy
 
Posts: n/a
Default Formula Question

if I have data in cells A2 through M2 is there a formula I could use to
identify and differences in the data.

Ex.

A2 B2 C2 D2 E2 F2 G2 H2 I2 J2 K2 L2 M2
7 7 7 7 7 8 7 7 7 7 7 7 7

Is there a formula that would look at everything in this row and if it sees
the same value it would display a "yes" and if not it would display a "no".
Since the example has an "8" in F2 then it would display a no.

Thanks,
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default Formula Question

Hi!

Try this:

=IF(COUNTIF(A2:M2,A2)=13,"Yes","No")

Biff

"Crawdaddy" wrote in message
...
if I have data in cells A2 through M2 is there a formula I could use to
identify and differences in the data.

Ex.

A2 B2 C2 D2 E2 F2 G2 H2 I2 J2 K2 L2 M2
7 7 7 7 7 8 7 7 7 7 7 7 7

Is there a formula that would look at everything in this row and if it
sees
the same value it would display a "yes" and if not it would display a
"no".
Since the example has an "8" in F2 then it would display a no.

Thanks,



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Crawdaddy
 
Posts: n/a
Default Formula Question

Thanks

"Biff" wrote:

Hi!

Try this:

=IF(COUNTIF(A2:M2,A2)=13,"Yes","No")

Biff

"Crawdaddy" wrote in message
...
if I have data in cells A2 through M2 is there a formula I could use to
identify and differences in the data.

Ex.

A2 B2 C2 D2 E2 F2 G2 H2 I2 J2 K2 L2 M2
7 7 7 7 7 8 7 7 7 7 7 7 7

Is there a formula that would look at everything in this row and if it
sees
the same value it would display a "yes" and if not it would display a
"no".
Since the example has an "8" in F2 then it would display a no.

Thanks,




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default Formula Question

You're welcome.

Biff

"Crawdaddy" wrote in message
...
Thanks

"Biff" wrote:

Hi!

Try this:

=IF(COUNTIF(A2:M2,A2)=13,"Yes","No")

Biff

"Crawdaddy" wrote in message
...
if I have data in cells A2 through M2 is there a formula I could use to
identify and differences in the data.

Ex.

A2 B2 C2 D2 E2 F2 G2 H2 I2 J2 K2 L2 M2
7 7 7 7 7 8 7 7 7 7 7 7 7

Is there a formula that would look at everything in this row and if it
sees
the same value it would display a "yes" and if not it would display a
"no".
Since the example has an "8" in F2 then it would display a no.

Thanks,






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 Question Marcus Feldmore Excel Worksheet Functions 1 November 11th 05 03:47 PM
I have a question regarding countif formula. Fahad Farid Ansari Excel Worksheet Functions 6 October 1st 05 11:57 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Formula Question JDT Excel Discussion (Misc queries) 2 January 30th 05 01:17 PM


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