Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default How can I place a formula inside another formula?

What I'm looking to do is basically this:

=IF(C23<0,"=D20-C23","None")

I want the formula to give me a number if true and say None if false
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default How can I place a formula inside another formula?

Try this:
=IF(C23<0,D20-C23,"None")

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Spanishearl" wrote:

What I'm looking to do is basically this:

=IF(C23<0,"=D20-C23","None")

I want the formula to give me a number if true and say None if false

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 459
Default How can I place a formula inside another formula?

Spanishearl wrote:
What I'm looking to do is basically this:

=IF(C23<0,"=D20-C23","None")

I want the formula to give me a number if true and say None if false



try this way:

=IF(C23<0,D20-C23,"None")

--
Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default How can I place a formula inside another formula?

You were very close.

Try this............=IF(C23<0,D20-C23,"None")


Gord Dibben MS Excel MVP

On Thu, 17 Aug 2006 18:42:01 -0700, Spanishearl
wrote:

What I'm looking to do is basically this:

=IF(C23<0,"=D20-C23","None")

I want the formula to give me a number if true and say None if false


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default How can I place a formula inside another formula?

Thanks guys,

You helped me out big time!

"Spanishearl" wrote:

What I'm looking to do is basically this:

=IF(C23<0,"=D20-C23","None")

I want the formula to give me a number if true and say None if false

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
how do I place the sheet tab name in my spreadsheet by formula? DRHannay Excel Worksheet Functions 3 August 2nd 06 04:44 PM
Nesting-Don't use Blanks inside formula Angela Excel Worksheet Functions 9 December 8th 05 05:41 PM
Can I use a formula in place of OffsetRows? Arlen Excel Discussion (Misc queries) 6 February 9th 05 05:31 PM
What takes the place of a space in a formula? greenrocksandsodoesschoolandmylife Excel Discussion (Misc queries) 3 February 3rd 05 07:00 PM
Is there a formula that will place the sheet name in a cell? Reed Excel Worksheet Functions 7 January 20th 05 01:29 AM


All times are GMT +1. The time now is 11:51 PM.

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"