Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Have managed to create a formula that displays "0" as "Level", but cannot fathom out how to insert text before or after a value as above. The cell already has a calculation in it, e.g. =e5-e1 (e5 being gross score, and e1 being handicap.
Any help would be greatly received. Steve |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Alright so this can be done with concatenating.
Your formula should look like =(E5-E1) & IF(E5-E1=0," Level",IF(E5-E10," More Text"," More Text)) "Steve Kay" wrote: Have managed to create a formula that displays "0" as "Level", but cannot fathom out how to insert text before or after a value as above. The cell already has a calculation in it, e.g. =e5-e1 (e5 being gross score, and e1 being handicap. Any help would be greatly received. Steve |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Format|Cells, Number tab, Custom
0" Over";0" Under";0" Level" Hope this helps! -- John C "Steve Kay" wrote: Have managed to create a formula that displays "0" as "Level", but cannot fathom out how to insert text before or after a value as above. The cell already has a calculation in it, e.g. =e5-e1 (e5 being gross score, and e1 being handicap. Any help would be greatly received. Steve |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I change the column heading in Excel to display "A" "B" "C | New Users to Excel | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Complex if test program possible? If "value" "value", paste "value" in another cell? | Excel Discussion (Misc queries) |