What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Excel Functions, HELLLP, PLZ

Excel Functions, HELLLP, PLZ
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: RE: Excel Functions, HELLLP, PLZ
quote:
Originally posted by may73alliance
Woah thanks cookie. ive tryed all of them an i get an error saying "the formula you typed contains an error"
Make 100% sure that you typed the formula correctly :p

Also note that the formula given is in English... Excel is a language dependant application, this means that the formula's are different in different languages.

eg: the English Excel formula SUM() would be SOM() in Dutch Excel, etc...

quote:
Originally posted by may73alliance
What i am trying to do is count how many blocks have a number between 8 and 10 on them in a specific range.
Like first said by Z_Joanna_ZZZ and corrected by me:
* get number of cells in the range A1:A55 which have a value between 8 and 10 (thus excl. 8 and 10):
=COUNTIF(A1:A55;">8")-COUNTIF(A1:A55;">=10")

* get number of cells in the range A1:A55 which have a value from 8 to 10 (thus incl. 8 and 10):
=COUNTIF(A1:A55;">=8")-COUNTIF(A1:A55;">10")


quote:
Originally posted by serpico
try http://support.microsoft.com they have a great database for excel

Excel comes with a very extensive helpfile already, pressing F1 is all it takes ;)

quote:
Originally posted by saralk
ok, i just made a simple formula now, it works for me, but its not inclusive
=COUNTIF(A1:H1, ">8")-COUNTIF(A1:H1, "<10")

That's wrong and wont give the correct result, it should be ">", not "<". And if you want to make it between 8 and 10 (thus not including 8 and 10), it should even be ">=10"

Besides, the (almost correct) formula was already given in the second post of this thread (and again in my first post) :p

quote:
Originally posted by may73alliance
Cheers Saralk the formulae actually gives a result but not the right result. lolololol. hmmmm isnt it possible to do =COUNTIF(A1:H1, "8to10") sort of thing.

read my first post in this thread?

This post was edited on 03-02-2005 at 11:49 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
03-02-2005 11:44 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Excel Functions, HELLLP, PLZ - by M73A on 03-01-2005 at 10:08 PM
RE: Excel Functions - by Joa on 03-01-2005 at 11:03 PM
RE: Excel Functions, HELLLP, PLZ - by M73A on 03-01-2005 at 11:19 PM
RE: Excel Functions, HELLLP, PLZ - by Joa on 03-01-2005 at 11:30 PM
RE: Excel Functions, HELLLP, PLZ - by M73A on 03-01-2005 at 11:31 PM
RE: Excel Functions - by CookieRevised on 03-01-2005 at 11:44 PM
RE: Excel Functions, HELLLP, PLZ - by M73A on 03-02-2005 at 07:40 AM
RE: Excel Functions, HELLLP, PLZ - by The_Thief on 03-02-2005 at 07:39 PM
RE: Excel Functions, HELLLP, PLZ - by M73A on 03-02-2005 at 08:09 PM
RE: Excel Functions, HELLLP, PLZ - by saralk on 03-02-2005 at 08:22 PM
RE: Excel Functions, HELLLP, PLZ - by The_Thief on 03-02-2005 at 08:27 PM
RE: Excel Functions, HELLLP, PLZ - by M73A on 03-02-2005 at 09:49 PM
RE: RE: Excel Functions, HELLLP, PLZ - by CookieRevised on 03-02-2005 at 11:44 PM
RE: RE: RE: Excel Functions, HELLLP, PLZ - by M73A on 03-02-2005 at 11:47 PM
RE: Excel Functions, HELLLP, PLZ - by CookieRevised on 03-02-2005 at 11:51 PM
RE: Excel Functions, HELLLP, PLZ - by jren207 on 03-03-2005 at 12:16 AM
RE: Excel Functions, HELLLP, PLZ - by M73A on 03-03-2005 at 07:45 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On