Home |
Search |
Today's Posts |
#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") |
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 |