Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() |
#2
![]() |
|||
|
|||
![]() |
#3
![]() |
|||
|
|||
![]() |
#4
![]() |
|||
|
|||
![]()
as in =J26-(F26+G26) & =IF(A2<=100,"Within budget","Over budget")
"Peo Sjoblom" wrote: |
#5
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Maintaining cell reference after sorting | Excel Discussion (Misc queries) | |||
inserting data from a row to a cell, when the row number is specified by a formula in a cell | New Users to Excel | |||
Addition to Turn cell red if today is greater or equal to date in cell | New Users to Excel | |||
GET.CELL | Excel Worksheet Functions | |||
VLookup resulting in a blank cell... | Excel Worksheet Functions |