ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How can I place a formula inside another formula? (https://www.excelbanter.com/excel-worksheet-functions/105724-how-can-i-place-formula-inside-another-formula.html)

Spanishearl

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

Ron Coderre

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


Franz Verga

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



Gord Dibben

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



Spanishearl

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



All times are GMT +1. The time now is 03:29 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com