ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   2 formulas (https://www.excelbanter.com/excel-discussion-misc-queries/112163-2-formulas.html)

Roy

2 formulas
 
Good morning,
is it possible to have 2 different formulas in one cell, and if so, how do I
go about keeping seperate, thx advance

Kevin B

2 formulas
 
You could convert your formula results to text and concatenate them together.

=TEXT(SUM(A1:A33),"#,##0.00")&" - "&TEXT(AVERAGE(B1:B33),"#,##0.00")

Look up the TEXT formula in Excel help for list of available formatting
masks.
--
Kevin Backmann


"Roy" wrote:

Good morning,
is it possible to have 2 different formulas in one cell, and if so, how do I
go about keeping seperate, thx advance


Niek Otten

2 formulas
 
Hi Roy,

What are you trying to achieve?

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Roy" wrote in message ...
| Good morning,
| is it possible to have 2 different formulas in one cell, and if so, how do I
| go about keeping seperate, thx advance



Marcelo

2 formulas
 
hi Roy,

you can embeded functions or use if to have two different actions.

eg.

=if(a1=10,formula,other_formula)

hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"Roy" escreveu:

Good morning,
is it possible to have 2 different formulas in one cell, and if so, how do I
go about keeping seperate, thx advance


Bill Ridgeway

2 formulas
 
You can have two formulae but only when one is dependent on the other. For
instance you can have an IF, THEN, ELSE scenario (Who remembers Basic?).
Formulae writing is a bit of an art. Perhaps you could outline what you are
trying to achieve for someone to be able to help you better.

Regards.

Bill Ridgeway
Computer Solutions

"Roy" wrote in message
...
Good morning,
is it possible to have 2 different formulas in one cell, and if so, how do
I
go about keeping seperate, thx advance





All times are GMT +1. The time now is 03:26 AM.

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