Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
hi,
i've had a go at creating an IF funtion that will display one of a number of phrases based on a particular value, however it comes up with some kind of name error, what i'm after is i want it to display one piece of text if the value is less than zero, another piece of text if the value is between zero and 0.05 and so on, with the last IF function being if the value is less than 1 and greater than 0.75 display text7 and greater than 1 display text 8, does somebody know how to fix it? below is what i've got, i've swapped the actual text out for ease of use =IF(U24<0,€ťtext1 text1€ť,IF(U24<0.05,€ťtext2 text2€ť,IF(U24<0.1,€ťtext3 text 3€ť,IF(U24<0.25,€ťtext4 text4€ť,IF(U24<0.5,€ťtext5 text5€ť,IF(U24<0.75,"text6 text6",IF(U24<1,€ťtext 7 text7€ť,€ťtext 8 text8€ť))))))) -- thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MODE function for text entries | Excel Worksheet Functions | |||
SHADING FOR MULTIPLE TEXT ENTRIES | New Users to Excel | |||
Convert Multiple Text entries... | Excel Worksheet Functions | |||
Count single Text in cells with multiple text entries | Excel Discussion (Misc queries) | |||
UserForms - Viewing multiple entries in a text box. | Excel Discussion (Misc queries) |