Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Getting a cell to state 1 thing if another cell states something

Hi,

I would like to have my Cells state 1 if the cell above it says one thing
and 0 if it states another.

I.E. Cell C5 would state 1 if the Cell C4 state x. But if C4 said y then C5
would state 0.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Getting a cell to state 1 thing if another cell states something


=IF(C4="X",1,IF(C4="Y",0,""))


If this post helps click Yes
---------------
Jacob Skaria


"Crimzon07" wrote:

Hi,

I would like to have my Cells state 1 if the cell above it says one thing
and 0 if it states another.

I.E. Cell C5 would state 1 if the Cell C4 state x. But if C4 said y then C5
would state 0.

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
Formatting cell for state abbreviations LovesArt247 New Users to Excel 10 April 15th 09 03:38 AM
How do I format part of a text cell, but not the whole thing? Nicole Excel Discussion (Misc queries) 2 July 4th 08 12:40 AM
Display Excel 2007 data by states using United States (US) map Beach Lover Excel Discussion (Misc queries) 0 March 24th 08 03:04 PM
How do I get one cell to type the same thing as another cell? Astrowalker Excel Discussion (Misc queries) 4 August 1st 05 07:27 PM
city, state, zip in same cell whs2002 Excel Discussion (Misc queries) 2 April 29th 05 07:02 AM


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

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

About Us

"It's about Microsoft Excel"