Hello,
=IF(B2=1,"Entertainment","")
I have this formular which when i type a value into one colume it will display text in another and the end of this formular then obviously displays nothing, when no enter is entered. What i want to do now is add something into this formular for the nxt pending cell to display another text.
For example
=IF(B2=1,"Entertainment","")IF{C2=1,"Sport","") - This formula is coming up as an error, so does anyone have any suggestions. thanks
Configuration: Windows XP Internet Explorer 6.0
What do you want to do?
|
=IF(B2=1,"Entertainment","")IF{C2=1,"Sport","")
Are you clear about your code ???? Do you want to check B2 & C2 one by one ???? then venkat1926 approach is right. Else me too can't understand what you exactly want and why B & c value impact in one cell ??? ------------------------------------------ Never ashamed to get or give Advise. Muhammad Mubashir Aziz , Lodhran, Pakistan |