Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
AngelaG
 
Posts: n/a
Default IF - Nesting... almost got it - need a bit of help

=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!!!!


  #2   Report Post  
Bill Kuunders
 
Posts: n/a
Default

=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,""))

--
Greetings from New Zealand
Bill K
"AngelaG" wrote in message
...
=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!!!!




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why doesn't nesting subtotals work in 2003 version? Rebecca Excel Worksheet Functions 3 June 10th 05 04:34 AM
Nesting formulae with COUNTIF Helen McClaine Excel Discussion (Misc queries) 1 January 22nd 05 12:52 AM
nesting sum if and BMSpell Excel Worksheet Functions 2 January 20th 05 05:10 PM
nesting 18 x functions Jenny Excel Worksheet Functions 3 December 2nd 04 12:01 PM
Nesting A Function Dmorri254 Excel Worksheet Functions 3 November 5th 04 08:36 PM


All times are GMT +1. The time now is 11:27 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"