Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula Question | Excel Worksheet Functions | |||
I have a question regarding countif formula. | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Formula Question | Excel Discussion (Misc queries) |