Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Is it possible to use 2 or more functions in one single cell? IF so, how do I do it? Thanks in advance for all the help. Wolf -- Wolfwillows ------------------------------------------------------------------------ Wolfwillows's Profile: http://www.excelforum.com/member.php...o&userid=20062 View this thread: http://www.excelforum.com/showthread...hreadid=519235 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
=SUM(A1:A10) + SUM(B1:B10) another: =IF(SUM(A1:B1)0, SUM(C1:C10), 20) another: =SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1,"%",B1),"^",C 1),"&",D1) yet another: ="The amount for year " & YEAR(A1) & " was " & TEXT(B1,"$0.00") etc. In article , Wolfwillows wrote: Is it possible to use 2 or more functions in one single cell? IF so, how do I do it? Thanks in advance for all the help. Wolf |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I get Excel to determine the line curve formula without graph. | Excel Discussion (Misc queries) | |||
User-defined functions created in Excel 2000 fail in Excel 2003 | Excel Discussion (Misc queries) | |||
Database functions should use criteria in formula, as 1-2-3 does | Excel Worksheet Functions | |||
Visible rows and functions that work | Excel Worksheet Functions | |||
# of Functions per cell | Excel Worksheet Functions |