Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Command Buttons | Excel Discussion (Misc queries) | |||
Problem with MID (any text) Command | Excel Worksheet Functions | |||
Extract Command in Excel 1 | Excel Discussion (Misc queries) | |||
Help requested for an Excel Toolbar command | Excel Discussion (Misc queries) | |||
command button in excel will move when print. | Excel Discussion (Misc queries) |