Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Embeded IF Statement

The logic of my statement is;
IF N16$K$10, AND R160 then €œYes€ Else €œNo€
and I'm not sure how to write it in Excel.
Can anyone help?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 492
Default Embeded IF Statement

=IF(AND($N$16$K$10,$R$160),"Yes","No")
Regards,
Alan.
"Rob M" <Rob wrote in message
...
The logic of my statement is;
IF N16$K$10, AND R160 then €œYes€ Else €œNo€
and I'm not sure how to write it in Excel.
Can anyone help?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Embeded IF Statement

IF(AND(N16$K$10,R160),"Yes","No")


"Rob M" wrote:

The logic of my statement is;
IF N16$K$10, AND R160 then €œYes€ Else €œNo€
and I'm not sure how to write it in Excel.
Can anyone help?

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
More than 7 embeded if statements Jcraig713 Excel Worksheet Functions 1 November 21st 07 03:33 PM
Embeded ComboBox ed Excel Worksheet Functions 1 November 13th 07 08:15 PM
Parent of the embeded excel ARHangel Excel Discussion (Misc queries) 1 May 10th 07 11:19 AM
protect embeded object greg Excel Discussion (Misc queries) 1 December 9th 04 09:12 PM
protect embeded object greg Excel Worksheet Functions 1 December 9th 04 09:12 PM


All times are GMT +1. The time now is 03:21 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"