![]() |
OR Function (MAYBE)
Basically I need to return the number of times a cell is equal to individual
cells above it. Is there any way to count how many statements in an OR function are true? For example, given OR(1+2=3,1+2=4,1+3=4) returns 2. |
OR Function (MAYBE)
never mind (count if) DUH!
"BOONER" wrote: Basically I need to return the number of times a cell is equal to individual cells above it. Is there any way to count how many statements in an OR function are true? For example, given OR(1+2=3,1+2=4,1+3=4) returns 2. |
OR Function (MAYBE)
Booner,
How about, say, in cell B2: =COUNTIF($A$1:A2,B2) or in cell B3 =COUNTIF($A$1:A2,B3) Then copy down to match your list. Which one to use depends on what you mean by above.... HTH, Bernie MS Excel MVP "BOONER" wrote in message ... Basically I need to return the number of times a cell is equal to individual cells above it. Is there any way to count how many statements in an OR function are true? For example, given OR(1+2=3,1+2=4,1+3=4) returns 2. |
OR Function (MAYBE)
never mind (COUNT IF) DUH!
"BOONER" wrote: Basically I need to return the number of times a cell is equal to individual cells above it. Is there any way to count how many statements in an OR function are true? For example, given OR(1+2=3,1+2=4,1+3=4) returns 2. |
All times are GMT +1. The time now is 03:25 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com