#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 49
Default Using IF command

I have columns to compare. if column c has "#N/A" and D has"" and E has
"#N/A" then the the value to column B should return configured. can some one
help with the formula
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 341
Default Using IF command

=IF(AND(ISNA(C1),D1="",ISNA(E1)),"configured","not configured")
(in cell B1)
--
Allllen


"Arain" wrote:

I have columns to compare. if column c has "#N/A" and D has"" and E has
"#N/A" then the the value to column B should return configured. can some one
help with the formula

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 49
Default Using IF command

Correction i made a mistake in my post if column c has "#N/A" and D has"" and
E has
"#N/A" then the the value to column B should return not configured. can
some one
help with the formula

"Allllen" wrote:

=IF(AND(ISNA(C1),D1="",ISNA(E1)),"configured","not configured")
(in cell B1)
--
Allllen


"Arain" wrote:

I have columns to compare. if column c has "#N/A" and D has"" and E has
"#N/A" then the the value to column B should return configured. can some one
help with the formula

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 341
Default Using IF command

=IF(AND(ISNA(C1),D1="",ISNA(E1)),"not configured","configured")
(in cell B1)
--
Allllen


"Arain" wrote:

Correction i made a mistake in my post if column c has "#N/A" and D has"" and
E has "#N/A" then the the value to column B should return not configured. can
some one
help with the formula

"Allllen" wrote:

=IF(AND(ISNA(C1),D1="",ISNA(E1)),"configured","not configured")
(in cell B1)
--
Allllen


"Arain" wrote:

I have columns to compare. if column c has "#N/A" and D has"" and E has
"#N/A" then the the value to column B should return configured. can some one
help with the formula

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
Command Buttons msals22 Excel Discussion (Misc queries) 1 June 22nd 06 01:33 AM
Problem with MID (any text) Command Scott Excel Worksheet Functions 2 May 2nd 06 09:45 PM
Extract Command in Excel 1 Bethetsu Excel Discussion (Misc queries) 1 May 12th 05 02:19 PM
Help requested for an Excel Toolbar command Deanl5 Excel Discussion (Misc queries) 2 January 17th 05 01:01 AM
command button in excel will move when print. [email protected] Excel Discussion (Misc queries) 1 December 29th 04 03:53 PM


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