I have two columns that are adjacent to each other and I need to count the rows in those columns that are less than a value when divided. The function
=COUNTIF(BG172:BG41552/BH172:BH41552,"<=.1")
does not work and gives errors.
EDIT: Per my comment below, a more clarified question: I mean to take each individual cell in column BG and divide it by each adjacent cell in BH so BG172/BH172 and if that answer is <= .10 I want to count it and have that done for the whole range of both columns.