Formula Help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have spreadsheet that contains the following info: column G contains # of
employees and column K contains revenue, basically I want to see how many
accts have less than $1000 in revenue and between 1 and 9 employees

I used the following but it didn't work:
=SUMPRODUCT(--($G$2:$G$1179>0),--($G$2:$G$1179<10),--($K$2:$K$1179<1000))

I keep getting zero???
 
I just tested your formula and it calculates correctly for me.

Are your data in G:G and K:K formatted as numbers or text?

Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top