This the formula i am working with:
=COUNTIF($C$6:$I$6,"10.01")
i need the range of the "10.01" to be 10.01 or greater. How do you achieve this?
This the formula i am working with:
=COUNTIF($C$6:$I$6,"10.01")
i need the range of the "10.01" to be 10.01 or greater. How do you achieve this?
Try
=COUNTIF(C6:i6;">=10.01")
Regards
Fotis.
-This is my Greek whisper to Europe.
--Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.
Advanced Excel Techniques: http://excelxor.com/
--KISS(Keep it simple Stupid)
--Bring them back.
---See about Acropolis of Athens.
--Visit Greece.
hi jtalman, welcome to the forum. try:
=COUNTIF($C$6:$I$6,">=10.01")
Thanks, if you have clicked on the * and added our rep.
If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".
"Contentment is not the fulfillment of what you want, but the realization of what you already have."
Tips & Tutorials I Compiled | How to Get Quick & Good Answers
Thanks! Worked!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks