Hi,
I am having a slight gllitch with COUNTIFS and can't seem to locate the error. There are total of 10 transactions that all should fall within the range but I'm getting an output of 141!! (idk how that is happening)
=COUNTIFS('Sheet1'!G2:G5894,"=" & 'Pivot Table'!A4,'Sheet1'!J2:J5894,"<=" & 'Pivot Table'!L4,'Sheet1'!J2:J5894,">=" & 'Pivot Table'!M4)
In my sheet1 I have all the individual transaction for each SKU in Column G and their respective unit prices in Column J.
In the sheet Pivot Table Column A has all the SKUs listed, Column L and M have range of prices that I want to compare to column J in Sheet1
Ex:
Column A SKU: Server123 and there's 10 of them
Column L: $414
Column M: $306
Column J prices for all transaction: all 10 are within the range
Output should be 10, but I'm getting 14
Please Help I'm going
I am having a slight gllitch with COUNTIFS and can't seem to locate the error. There are total of 10 transactions that all should fall within the range but I'm getting an output of 141!! (idk how that is happening)
=COUNTIFS('Sheet1'!G2:G5894,"=" & 'Pivot Table'!A4,'Sheet1'!J2:J5894,"<=" & 'Pivot Table'!L4,'Sheet1'!J2:J5894,">=" & 'Pivot Table'!M4)
In my sheet1 I have all the individual transaction for each SKU in Column G and their respective unit prices in Column J.
In the sheet Pivot Table Column A has all the SKUs listed, Column L and M have range of prices that I want to compare to column J in Sheet1
Ex:
Column A SKU: Server123 and there's 10 of them
Column L: $414
Column M: $306
Column J prices for all transaction: all 10 are within the range
Output should be 10, but I'm getting 14
Please Help I'm going