#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default Conditional Formula

Why doesn't this work, please:
=IF(ISNUMBER(T59), R59+S59). I.e., if there is a number in cell T59, I
would like cell U59 to be the sum of cells R59 and S59.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 175
Default Conditional Formula

what is the error you get? what doesn't work?

I try the formula and its works
--
Hope this is helpful

Pls click the Yes button below if this post provide answer you have asked

Thank You

cheers, francis

Am not a greek but an ordinary user trying to assist another



"EMW103" wrote:

Why doesn't this work, please:
=IF(ISNUMBER(T59), R59+S59). I.e., if there is a number in cell T59, I
would like cell U59 to be the sum of cells R59 and S59.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default Conditional Formula

I get this: Correct a #VALUE! error
Occurs when the wrong type of argument or operand is used.

Click the cell that displays the error, click the button that appears , and
then click Trace Error if it appears.

And still doesn't work.

"Francis" wrote:

what is the error you get? what doesn't work?

I try the formula and its works
--
Hope this is helpful

Pls click the Yes button below if this post provide answer you have asked

Thank You

cheers, francis

Am not a greek but an ordinary user trying to assist another



"EMW103" wrote:

Why doesn't this work, please:
=IF(ISNUMBER(T59), R59+S59). I.e., if there is a number in cell T59, I
would like cell U59 to be the sum of cells R59 and S59.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Conditional Formula

What does "doesn't work" mean?

Do you get a #VALUE! error? Do cells R59, S59 contain formulas that might
return formula blanks?

Try this:

=IF(ISNUMBER(T59), SUM(R59,S59))

You haven't defined a value_if_false argument for when T59 does not contain
a number so the result will default to FALSE.

--
Biff
Microsoft Excel MVP


"EMW103" wrote in message
...
Why doesn't this work, please:
=IF(ISNUMBER(T59), R59+S59). I.e., if there is a number in cell T59, I
would like cell U59 to be the sum of cells R59 and S59.



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default Conditional Formula

That was it: it was that R59 and S59 both contained formulas, and R contained
a formula blank, so having changed "" to "0", it now works. Thanks!

"T. Valko" wrote:

What does "doesn't work" mean?

Do you get a #VALUE! error? Do cells R59, S59 contain formulas that might
return formula blanks?

Try this:

=IF(ISNUMBER(T59), SUM(R59,S59))

You haven't defined a value_if_false argument for when T59 does not contain
a number so the result will default to FALSE.

--
Biff
Microsoft Excel MVP


"EMW103" wrote in message
...
Why doesn't this work, please:
=IF(ISNUMBER(T59), R59+S59). I.e., if there is a number in cell T59, I
would like cell U59 to be the sum of cells R59 and S59.






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Conditional Formula

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"EMW103" wrote in message
...
That was it: it was that R59 and S59 both contained formulas, and R
contained
a formula blank, so having changed "" to "0", it now works. Thanks!

"T. Valko" wrote:

What does "doesn't work" mean?

Do you get a #VALUE! error? Do cells R59, S59 contain formulas that might
return formula blanks?

Try this:

=IF(ISNUMBER(T59), SUM(R59,S59))

You haven't defined a value_if_false argument for when T59 does not
contain
a number so the result will default to FALSE.

--
Biff
Microsoft Excel MVP


"EMW103" wrote in message
...
Why doesn't this work, please:
=IF(ISNUMBER(T59), R59+S59). I.e., if there is a number in cell T59, I
would like cell U59 to be the sum of cells R59 and S59.






  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Conditional Formula

hi
the formula may be incomplete. you have a condition for IF T59 is a number
but no conditions for if it's NOT a number. if T59 is not a number, this will
produce a FALSE in the U59.

=IF(ISNUMBER(T59),R59+S59, "somthing else")

regards
FSt1

"EMW103" wrote:

Why doesn't this work, please:
=IF(ISNUMBER(T59), R59+S59). I.e., if there is a number in cell T59, I
would like cell U59 to be the sum of cells R59 and S59.

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
conditional formula driller Excel Worksheet Functions 5 May 19th 08 12:50 PM
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible blue[_2_] Excel Discussion (Misc queries) 2 July 11th 07 06:08 PM
Formula, Conditional Formula Needed Karl Excel Discussion (Misc queries) 12 June 23rd 07 04:12 AM
Conditional Formula to indicate Formula in cell SteveW New Users to Excel 9 August 2nd 06 01:12 AM
A little help with a conditional formula, please. Altstatten Excel Worksheet Functions 4 January 2nd 06 08:43 PM


All times are GMT +1. The time now is 12:54 PM.

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

About Us

"It's about Microsoft Excel"