ststern45
Well-known Member
- Joined
- Sep 17, 2005
- Messages
- 974
- Office Version
- 365
- 2010
- Platform
- Windows
Hi Everyone,
I'm looking for a formula that will calculate how many digits 0,1,2,3 repeated from the previous range.
For example,
Range Y1:AC1 contains the following:
Y1= 2
Z1= 3
AA1=1
AB1=3
AC1=1
We have the values 2,3,1,3,1 in cell range Y1:AC1
In cell range Y2:AC2 contains the following:
Y2= 0
Z2= 2
AA2=3
AB2=2
AC2=2
We have the values 0,2,3,2,2 in cell range Y2:AC2
I want to calculate total digits from cell range Y2:AC2 that appear in Y1:AC1.
Note: if a digit appears more that once only count that digit once.
The 2 appears in cell range Y1:AC1 but appears in cell range Y2:AC2 3 times but we would only cont this as 1
The digit 3 appears in cell range Y1:AC1 twice and once in cell range Y2:AC2 so we would count this as 1
The final calculation would equal 2.
Thank you in advance!!
I'm looking for a formula that will calculate how many digits 0,1,2,3 repeated from the previous range.
For example,
Range Y1:AC1 contains the following:
Y1= 2
Z1= 3
AA1=1
AB1=3
AC1=1
We have the values 2,3,1,3,1 in cell range Y1:AC1
In cell range Y2:AC2 contains the following:
Y2= 0
Z2= 2
AA2=3
AB2=2
AC2=2
We have the values 0,2,3,2,2 in cell range Y2:AC2
I want to calculate total digits from cell range Y2:AC2 that appear in Y1:AC1.
Note: if a digit appears more that once only count that digit once.
The 2 appears in cell range Y1:AC1 but appears in cell range Y2:AC2 3 times but we would only cont this as 1
The digit 3 appears in cell range Y1:AC1 twice and once in cell range Y2:AC2 so we would count this as 1
The final calculation would equal 2.
Thank you in advance!!