Friday, May 17

Count Cells Between Two Numbers

To count the number of cells that contain values between two specified numbers in Excel, you can use the excel COUNTIFS function.

Please follow the steps given below and in the image:

  • Select a blank cell where you want to display the result or follow the image.
  • As per the example shown in the image, if you want to count the number of laptop that contain price between 15500 and 20500 in the range B4:B8, you would use the formula as per this example.
  • Note : Make sure to change the range as per your list.
  • Type the formula “=COUNTIFS($A$4:$A$8,E4,$B$4:$B$8,”>=”&F4,$B$4:$B$8,”<=”&G4) into the cell H4, where “range” is the range of cells you want to search, “E4” is the Item name, “F4” is the lower or minimum price number and G4 is the higher / max price. H4 is the result cell where it display the number of laptop available between the two given price.
  • That’s It 🙂

    Leave a Reply

    Your email address will not be published. Required fields are marked *