G
Guest
Would someone tell me why the following doesn't work? Thank you.
=COUNTIF(Aliberti!G40:G53, ">=Aliberti!G6")
=COUNTIF(Aliberti!G40:G53, ">=Aliberti!G6")
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Roger Govier said:Hi Jane
Try
=COUNTIF(Aliberti!G40:G53, ">="&Aliberti!G6)
Regards
Roger Govier
Jane said:Thank you for your help. I tried both formulas but I still can't get it to
work. the G6 is a $goal which changes in various columns so I am trying to
write my function so that I do not have to redo them every month. That is
why I need to multiply the goal with an upper and lower # to get an apples to
apples formulas.
I realize the problem with my second formula is that when I say <=0, I need
it to count blanks and negatives. Is there a way to do that? Thanks again.
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.