Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
greg071190
 
Posts: n/a
Default Can I put 2 formulars in one cell


  #2   Report Post  
Don Guillett
 
Posts: n/a
Default

=(a1*4)+(a2*5)
--
Don Guillett
SalesAid Software

"greg071190" wrote in message
...



  #3   Report Post  
Peo Sjoblom
 
Posts: n/a
Default






  #4   Report Post  
greg071190
 
Posts: n/a
Default

as in =J26-(F26+G26) & =IF(A2<=100,"Within budget","Over budget")

"Peo Sjoblom" wrote:






  #5   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
you really have to explain what you're trying to achieve with this. How
should these two formulas be combined?. Do you mean:
=IF(J26-(F26+G26)<=100,"Within budget","Over budget")

--
Regards
Frank Kabel
Frankfurt, Germany

greg071190 wrote:
as in =J26-(F26+G26) & =IF(A2<=100,"Within budget","Over budget")

"Peo Sjoblom" wrote:





  #6   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

Hi

=(J26-(F26+G26)) & IF(A2<=100," Within budget"," Over budget")
but it is still one formula :-))

Arvi Laanemets


"greg071190" wrote in message
...
as in =J26-(F26+G26) & =IF(A2<=100,"Within budget","Over budget")

"Peo Sjoblom" wrote:








  #7   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

Yes, almost

=IF(A2<=100,TEXT(J26-(F26+G26),"$#,##0.00")&" Within
budget",TEXT(J26-(F26+G26),"$#,##0.00")&" Over budget")

or just

=J26-(F26+G26)&IF(A2<=100," Within budget"," Over budget")

Regards,

Peo Sjoblom

"greg071190" wrote:

as in =J26-(F26+G26) & =IF(A2<=100,"Within budget","Over budget")

"Peo Sjoblom" wrote:






  #8   Report Post  
Tim C
 
Posts: n/a
Default

Did you intend for this formula to be in A2?

If so, try:

=J26-(F26+G26)&IF(J26-(F26+G26)<=100,"Within budget","Over budget")

You can add number formatting with a TEXT function:

=TEXT(J26-(F26+G26),"0.00")&IF(J26-(F26+G26)<=100," Within budget"," Over
budget")

Either of these two methods will end up with text in the cell.

To leave numbers in the cell, just use the calculation:

=J26-(F26+G26)

And then use the custom numer format:

[<=100]0.00 "within budget";[100]0.00 "overbudget";General

But all of these methods have disadvantages, and I would recommend putting
the two formulas in separate cells.

Tim C

"greg071190" wrote in message
...

as in =J26-(F26+G26) & =IF(A2<=100,"Within budget","Over budget")



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
Maintaining cell reference after sorting GRITS Excel Discussion (Misc queries) 2 April 30th 23 07:42 PM
inserting data from a row to a cell, when the row number is specified by a formula in a cell [email protected] New Users to Excel 2 January 6th 05 07:18 AM
Addition to Turn cell red if today is greater or equal to date in cell Rich New Users to Excel 2 December 9th 04 02:06 AM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM
VLookup resulting in a blank cell... KempensBoerke Excel Worksheet Functions 1 October 28th 04 09:57 PM


All times are GMT +1. The time now is 08:18 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"