#1   Report Post  
Posted to microsoft.public.excel.misc
Jon Jon is offline
external usenet poster
 
Posts: 183
Default ISNUMBER Function

I have opened up a worksheet that a coworker created last year and cannot
figure out the purpose of the isnumber function in this formula:
{=SUM(N27:N117*P27:P117)/SUM(N27:N117*ISNUMBER(P27:P117))}.

I have looked it up in Excel help and on Google with little insight. If
anyone can please tell me what the purpose of this function is/does, it will
be greatly appreciated. The data it is pulling from is all numbers.

Regards,

Jon
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default ISNUMBER Function

It's either being used as an error checker or as a way to check for blanks.

For instance, if text appears in the P27:P117 range, it would normally cause
the whole formula to fail. The isnumber function prevents that from
happening, telling the denominator to ignore any number in N27:N117 that is
associated with a nonnumber in the P range.

Also, ISNUMBER returns a False for blank cells. So, the formula also
excludes any N27:N117 number that is associated with a blank cell in the P
range.

Looking at the whole formula, this is what appears to be happening. He wants
to divide by the sum of numbers in the N range that have a number in the P
range.

Hope that answers your question.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Jon" wrote:

I have opened up a worksheet that a coworker created last year and cannot
figure out the purpose of the isnumber function in this formula:
{=SUM(N27:N117*P27:P117)/SUM(N27:N117*ISNUMBER(P27:P117))}.

I have looked it up in Excel help and on Google with little insight. If
anyone can please tell me what the purpose of this function is/does, it will
be greatly appreciated. The data it is pulling from is all numbers.

Regards,

Jon

  #3   Report Post  
Posted to microsoft.public.excel.misc
Jon Jon is offline
external usenet poster
 
Posts: 183
Default ISNUMBER Function

THanks LUke.

That helped a lot.

Cheers,

Jon

"Luke M" wrote:

It's either being used as an error checker or as a way to check for blanks.

For instance, if text appears in the P27:P117 range, it would normally cause
the whole formula to fail. The isnumber function prevents that from
happening, telling the denominator to ignore any number in N27:N117 that is
associated with a nonnumber in the P range.

Also, ISNUMBER returns a False for blank cells. So, the formula also
excludes any N27:N117 number that is associated with a blank cell in the P
range.

Looking at the whole formula, this is what appears to be happening. He wants
to divide by the sum of numbers in the N range that have a number in the P
range.

Hope that answers your question.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Jon" wrote:

I have opened up a worksheet that a coworker created last year and cannot
figure out the purpose of the isnumber function in this formula:
{=SUM(N27:N117*P27:P117)/SUM(N27:N117*ISNUMBER(P27:P117))}.

I have looked it up in Excel help and on Google with little insight. If
anyone can please tell me what the purpose of this function is/does, it will
be greatly appreciated. The data it is pulling from is all numbers.

Regards,

Jon

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ISNUMBER Arceedee Excel Discussion (Misc queries) 2 January 14th 09 05:09 AM
ISNUMBER Tanya Excel Worksheet Functions 5 December 6th 07 04:45 PM
IsNumber & Mid function El Bee Excel Worksheet Functions 3 March 3rd 06 09:05 PM
Getting a Function not defined in VBA editor for IsNumber() Dennis Excel Discussion (Misc queries) 2 March 2nd 06 01:28 AM
ISNUMBER RJJ Excel Worksheet Functions 8 January 4th 06 11:29 PM


All times are GMT +1. The time now is 02:14 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"