Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default If formula problem

I have a formula: =IF(J24<$0.00,"WE OWE","OWCP OWES") that only returns the
formula, not the result of the formula. The cell is a merged cell and is
formatted as General. Help!
--
lmcconaughy
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default If formula problem

Hi,

I suspect the cell has converted the formula to text because of the dollar
sign. Format the formula cell as general and then re-enter this version of
your formula. You don't need the dollar sign even if your comparing currency
values.

=IF(J24<0,"WE OWE","OWCP OWES")

Mike

"mrsmmm1000" wrote:

I have a formula: =IF(J24<$0.00,"WE OWE","OWCP OWES") that only returns the
formula, not the result of the formula. The cell is a merged cell and is
formatted as General. Help!
--
lmcconaughy

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default If formula problem

Thanks! It worked this time. I had tried with and without the $, with and
without the quotes around the true and false results before with no luck.
Thanks so much!!
--
lmcconaughy


"Mike H" wrote:

Hi,

I suspect the cell has converted the formula to text because of the dollar
sign. Format the formula cell as general and then re-enter this version of
your formula. You don't need the dollar sign even if your comparing currency
values.

=IF(J24<0,"WE OWE","OWCP OWES")

Mike

"mrsmmm1000" wrote:

I have a formula: =IF(J24<$0.00,"WE OWE","OWCP OWES") that only returns the
formula, not the result of the formula. The cell is a merged cell and is
formatted as General. Help!
--
lmcconaughy

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default If formula problem

=IF(J24<0,"WE OWE","OWCP OWES") with no spaces before the =
--
Gary''s Student - gsnu200794


"mrsmmm1000" wrote:

I have a formula: =IF(J24<$0.00,"WE OWE","OWCP OWES") that only returns the
formula, not the result of the formula. The cell is a merged cell and is
formatted as General. Help!
--
lmcconaughy

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default If formula problem

Thanks.. it worked!
--
lmcconaughy


"Gary''s Student" wrote:

=IF(J24<0,"WE OWE","OWCP OWES") with no spaces before the =
--
Gary''s Student - gsnu200794


"mrsmmm1000" wrote:

I have a formula: =IF(J24<$0.00,"WE OWE","OWCP OWES") that only returns the
formula, not the result of the formula. The cell is a merged cell and is
formatted as General. Help!
--
lmcconaughy



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 19
Default If formula problem

It works with just a plain zero

=IF(J24<0,"WE OWE","OWCP OWES")

"mrsmmm1000" wrote in message
...
I have a formula: =IF(J24<$0.00,"WE OWE","OWCP OWES") that only returns the
formula, not the result of the formula. The cell is a merged cell and is
formatted as General. Help!
--
lmcconaughy



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default If formula problem

Hi Jim! Thanks it worked this time! I have tried everything - just a plain 0,
with and without decimal point, with and without quotes in the true and false
- nothing worked. I guess it was just a loose screw behind the keyboard!
Thanks again!
--
lmcconaughy


"Jim" wrote:

It works with just a plain zero

=IF(J24<0,"WE OWE","OWCP OWES")

"mrsmmm1000" wrote in message
...
I have a formula: =IF(J24<$0.00,"WE OWE","OWCP OWES") that only returns the
formula, not the result of the formula. The cell is a merged cell and is
formatted as General. Help!
--
lmcconaughy




  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 56
Default If formula problem

Hi,
Take the $ out of the formula and it should work

=IF(J24<0.00,"WE OWE","OWCP OWES")

HTH
Graham

mrsmmm1000 wrote:
I have a formula: =IF(J24<$0.00,"WE OWE","OWCP OWES") that only returns the
formula, not the result of the formula. The cell is a merged cell and is
formatted as General. Help!

  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default If formula problem

Thanks! It worked! I had tried it that way before and it didn't - I guess
today the stars were aligned just right and it worked!! Thanks again!
--
lmcconaughy


"Graham H" wrote:

Hi,
Take the $ out of the formula and it should work

=IF(J24<0.00,"WE OWE","OWCP OWES")

HTH
Graham

mrsmmm1000 wrote:
I have a formula: =IF(J24<$0.00,"WE OWE","OWCP OWES") that only returns the
formula, not the result of the formula. The cell is a merged cell and is
formatted as General. Help!


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 Jason[_12_] Excel Discussion (Misc queries) 6 March 21st 08 11:56 PM
Formula problem Frances C[_2_] Excel Worksheet Functions 3 October 3rd 07 01:53 AM
Problem with =IF(AND........ formula PSU35 Excel Worksheet Functions 5 October 2nd 07 10:08 PM
formula problem legepe Excel Discussion (Misc queries) 5 August 6th 06 07:12 PM
Problem with Formula John Excel Worksheet Functions 15 September 19th 05 12:55 PM


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