ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   two numbers in one cell (https://www.excelbanter.com/excel-discussion-misc-queries/173257-two-numbers-one-cell.html)

MikeC

two numbers in one cell
 
I need to format one cell to have two formulas showing both answers as follows
" $25 / $35 "
I thoughthe formula (if simple) would look like this-
="$"(A3*A5) "/" "$"(A4*A5)


CLR

two numbers in one cell
 
="$"&A3*A5&" / $"&A4*A5

Vaya con Dios,
Chuck, CABGx3



"MikeC" wrote:

I need to format one cell to have two formulas showing both answers as follows
" $25 / $35 "
I thoughthe formula (if simple) would look like this-
="$"(A3*A5) "/" "$"(A4*A5)


Don Guillett

two numbers in one cell
 
format may be a bad choice of words

="$"(A3*A5) "/" "$"(A4*A5)

=DOLLAR(A3*A5) & "/"&DOLLAR(A5*A7)
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"MikeC" wrote in message
...
I need to format one cell to have two formulas showing both answers as
follows
" $25 / $35 "
I thoughthe formula (if simple) would look like this-
="$"(A3*A5) "/" "$"(A4*A5)




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

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