#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 31
Default Formula problem

currently I am using this formula =IF(H330,(H33*N33)-R33,"") I works good,
but if I enter H33=0 and N33=0% R33=0 I want the result to be 0, and also
keep the formula showing only if I have number on H33.

How can I solve this problem
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 515
Default Formula problem

=IF(H33="","",IF(AND(H33=0,N33=0,R33=0),0,(H33*N33 )-R33))
--
Hth

Kassie Kasselman
Change xxx to hotmail


"Frances C" wrote:

currently I am using this formula =IF(H330,(H33*N33)-R33,"") I works good,
but if I enter H33=0 and N33=0% R33=0 I want the result to be 0, and also
keep the formula showing only if I have number on H33.

How can I solve this problem

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,345
Default Formula problem

Won't simply =IF(H33=0,(H33*N33)-R33,"") do what you want?

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Frances C" wrote in message
...
currently I am using this formula =IF(H330,(H33*N33)-R33,"") I works
good,
but if I enter H33=0 and N33=0% R33=0 I want the result to be 0, and also
keep the formula showing only if I have number on H33.

How can I solve this problem



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 75
Default Formula problem

I'm not exactly sure what you want, but this might be it:
=IF(ISNUMBER(H33),IF(H33=0,(H33*N33)-R33,""),"")

"Frances C" wrote in message
...
currently I am using this formula =IF(H330,(H33*N33)-R33,"") I works
good,
but if I enter H33=0 and N33=0% R33=0 I want the result to be 0, and also
keep the formula showing only if I have number on H33.

How can I solve this problem



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
Formula problem David Excel Discussion (Misc queries) 1 August 17th 07 09:46 AM
Formula Problem need help David Excel Worksheet Functions 3 May 25th 07 02:22 AM
Formula problem Nancy E Excel Discussion (Misc queries) 4 May 11th 07 06:47 PM
formula problem Bart New Users to Excel 4 October 21st 05 12:56 PM
Formula Problem J.C.De New Users to Excel 1 January 21st 05 04:22 PM


All times are GMT +1. The time now is 08:38 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"