Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there any way to write a formula that will result in the displaying being
the actual symbols < . I would like to have 9 years average, then in the 10 year if that is greater than the average a symbol would be in that cell, if less than a < symbol would appear in the cell. Hope this makes sense. Thank you for any help. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(A1B1,"","<")
HTH -- AP "rlwk" a écrit dans le message de news: ... Is there any way to write a formula that will result in the displaying being the actual symbols < . I would like to have 9 years average, then in the 10 year if that is greater than the average a symbol would be in that cell, if less than a < symbol would appear in the cell. Hope this makes sense. Thank you for any help. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use =if(A1<9,"<",if(A19,"","")
( assuming your data is in cell A1) HTH "rlwk" wrote: Is there any way to write a formula that will result in the displaying being the actual symbols < . I would like to have 9 years average, then in the 10 year if that is greater than the average a symbol would be in that cell, if less than a < symbol would appear in the cell. Hope this makes sense. Thank you for any help. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() =IF(A1B1,"","<") HTH "rlwk" wrote: Is there any way to write a formula that will result in the displaying being the actual symbols < . I would like to have 9 years average, then in the 10 year if that is greater than the average a symbol would be in that cell, if less than a < symbol would appear in the cell. Hope this makes sense. Thank you for any help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula to display choices of more than one in a list box | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Can I make a formula in Excel to display result in same cell? | Excel Worksheet Functions | |||
display only one formula | Excel Discussion (Misc queries) |