#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 414
Default logic statement

Hope someone can help, as i am not too good at functions (Is there a book
with examples in??)

i would like to know a statement that will allow 1 answer cell to have two
conditions from two seperate work books.
if 1 work book cell is eg "OK" then one answer would be "N"
if the other work book cell was "y" then the answer would be "Y"

Only one cell either OK or Y would be populated. the other would be blank.

Regards

Andy
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default logic statement

1. For you first question refer HELP on functions; or refer the below site

http://www.excelfunctions.net/

2. Use the IF condition

=IF(A1="OK","Y","N")
OR
=IF(A1="OK","Y",IF(A1="Y","N",""))

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


"andy" wrote:

Hope someone can help, as i am not too good at functions (Is there a book
with examples in??)

i would like to know a statement that will allow 1 answer cell to have two
conditions from two seperate work books.
if 1 work book cell is eg "OK" then one answer would be "N"
if the other work book cell was "y" then the answer would be "Y"

Only one cell either OK or Y would be populated. the other would be blank.

Regards

Andy

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default logic statement

With your condition

if 1 work book cell is eg "OK" then one answer would be "N"
if the other work book cell was "y" then the answer would be "Y"


the formula would be
=IF(A1="OK","N",IF(A1="Y","Y",""))

of if you need to return whatever in A1 then use
=IF(A1="OK","N",A1)


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


"Jacob Skaria" wrote:

1. For you first question refer HELP on functions; or refer the below site

http://www.excelfunctions.net/

2. Use the IF condition

=IF(A1="OK","Y","N")
OR
=IF(A1="OK","Y",IF(A1="Y","N",""))

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


"andy" wrote:

Hope someone can help, as i am not too good at functions (Is there a book
with examples in??)

i would like to know a statement that will allow 1 answer cell to have two
conditions from two seperate work books.
if 1 work book cell is eg "OK" then one answer would be "N"
if the other work book cell was "y" then the answer would be "Y"

Only one cell either OK or Y would be populated. the other would be blank.

Regards

Andy

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
Logic Statement Marc[_4_] Excel Discussion (Misc queries) 2 May 22nd 08 07:41 PM
Need help w/ logic statement in excel bettinab Excel Worksheet Functions 2 August 26th 06 02:00 AM
rather complex logic statement [email protected] Excel Worksheet Functions 6 March 31st 06 08:32 PM
Logic Statement abierly Excel Worksheet Functions 3 March 14th 06 06:13 PM
Two Logic tests in an IF Statement timmadge Excel Worksheet Functions 2 February 7th 06 03:15 PM


All times are GMT +1. The time now is 09:44 AM.

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"