0

Return Jet Formula as a value

Hi,

I'm returned data from two tables and then using an IF(AND formula to determine if a value from table 1 is between two values from table 2 but my IF(AND formula is returning false every time as if is not reading the Jet data cells as numbers. I can get my IF(AND formula to work if I hard code my numbers but not is I use Jet. I have trying both NL and NF to replicate my table data.

My IF(AND formula is =IF(AND(C4>=Sheet2!$F$4,C4<=Sheet2!$E$4),"TRUE","FALSE")

I'm trying to determine if the value from table 1, C4, is between the values from table 2, Sheet2 F4 and Sheet2 E4.

Any help out there?

Thanks

2 comments

Please sign in to leave a comment.