Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / August 2005

Tip: Looking for answers? Try searching our database.

IF - Nesting... almost got it - need a bit of help

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
AngelaG - 22 Aug 2005 22:07 GMT
=IF(S8="CLOSED","1","0")
Got that far... but need a final push

I need it to say - if =CLOSED 1
                       if =OPEN 0
                     
If you feel so inclined to continue with my saga
Then I want these findings to carry over into colums B & C
B column   IF(W8=1,"T8","")
C column   IF(W8=0,"T8","")
am I headed in the right direction?

Thanks!!!!
Bill Kuunders - 22 Aug 2005 22:30 GMT
=IF(S8="CLOSED","1",if(S8="OPEN","0",""))
this will return text fields

if you want to return numbers 1 and 0 so that the B and C columns will be
able to recognise them
=IF(S8="CLOSED",1,if(S8="OPEN",0,""))

Signature

Greetings from New Zealand
Bill K

> =IF(S8="CLOSED","1","0")
> Got that far... but need a final push
[quoted text clipped - 9 lines]
>
> Thanks!!!!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.