I need a formula that compares 2 databases and returns a count if both values or within the specific range.
Column A is titles Column B is values The first database is simple the range is <= 0.75
However my second database the value is in between positive 0.5 and Negative 0.5
I need a total count and a count that meets both Database 1 and Database 2 This way I can make a Percentage. So in the below example the total count would be 3 while the Eric and Todd meet both criteria. Emily does not have a value so would not be counted. Greg Fails the first database but passes the second. So on this example I would have a final answer of 66%
Database One <=75
A B
Eric 0.75
Greg 0.76
Todd 0.55
Emily
Database Two +or- .5
A B
Eric 0.5
Greg -0.4
Todd -0.1
Emily
Thanks in advance
Column A is titles Column B is values The first database is simple the range is <= 0.75
However my second database the value is in between positive 0.5 and Negative 0.5
I need a total count and a count that meets both Database 1 and Database 2 This way I can make a Percentage. So in the below example the total count would be 3 while the Eric and Todd meet both criteria. Emily does not have a value so would not be counted. Greg Fails the first database but passes the second. So on this example I would have a final answer of 66%
Database One <=75
A B
Eric 0.75
Greg 0.76
Todd 0.55
Emily
Database Two +or- .5
A B
Eric 0.5
Greg -0.4
Todd -0.1
Emily
Thanks in advance
Last edited: