Return nothing if criteria is not met

  • Follow


I want to avoid "No Match Found" to return if there is no value in "C"

=IF(ISNA(MATCH(C362,'Uses and Features A'!$B:$B,0)),IF(ISNA(MATCH(C362,'RHS 
additions'!B:B,0)),"No Match Found",C362),C362)

Thank you if you can help with this.
0
Reply Utf 12/9/2009 1:54:06 PM

Just leave that string empty, then, like this:

=3DIF(ISNA(MATCH(C362,'Uses and Features A'!$B:$B,0)),IF(ISNA(MATCH
(C362,'RHS additions'!B:B,0)),"",C362),C362)

Hope this helps.

Pete

On Dec 9, 1:54=A0pm, Gotroots <Gotro...@discussions.microsoft.com>
wrote:
> I want to avoid "No Match Found" to return if there is no value in "C"
>
> =3DIF(ISNA(MATCH(C362,'Uses and Features A'!$B:$B,0)),IF(ISNA(MATCH(C362,=
'RHS
> additions'!B:B,0)),"No Match Found",C362),C362)
>
> Thank you if you can help with this.

0
Reply Pete_UK 12/9/2009 2:00:39 PM


Hi,
just replace "No Match Found" with ""


=IF(ISNA(MATCH(C362,'Uses and Features 
A'!$B:$B,0)),IF(ISNA(MATCH(C362,'RHSadditions'!B:B,0)),"",C362),C362)


"Gotroots" wrote:

> I want to avoid "No Match Found" to return if there is no value in "C"
> 
> =IF(ISNA(MATCH(C362,'Uses and Features A'!$B:$B,0)),IF(ISNA(MATCH(C362,'RHS 
> additions'!B:B,0)),"No Match Found",C362),C362)
> 
> Thank you if you can help with this.
0
Reply Utf 12/9/2009 2:17:02 PM

There are records in "C" where "No Match Found" will be applicable. 

It is only when there is no value in "C" that "No Match Found" should not be 
displayed.



"Eduardo" wrote:

> 
> Hi,
> just replace "No Match Found" with ""
> 
> 
> =IF(ISNA(MATCH(C362,'Uses and Features 
> A'!$B:$B,0)),IF(ISNA(MATCH(C362,'RHSadditions'!B:B,0)),"",C362),C362)
> 
> 
> "Gotroots" wrote:
> 
> > I want to avoid "No Match Found" to return if there is no value in "C"
> > 
> > =IF(ISNA(MATCH(C362,'Uses and Features A'!$B:$B,0)),IF(ISNA(MATCH(C362,'RHS 
> > additions'!B:B,0)),"No Match Found",C362),C362)
> > 
> > Thank you if you can help with this.
0
Reply Utf 12/9/2009 2:56:01 PM

Try this:

=3DIF(C362=3D"","",IF(ISNA(MATCH(C362,'Uses and Features A'!$B:$B,0)),IF
(ISNA(MATCH(C362,'RHS additions'!B:B,0)),"No Match Found",C362),C362))

although I suspect that you can't see my reply.

Hope this helps.

Pete

On Dec 9, 2:56=A0pm, Gotroots <Gotro...@discussions.microsoft.com>
wrote:
> There are records in "C" where "No Match Found" will be applicable.
>
> It is only when there is no value in "C" that "No Match Found" should not=
 be
> displayed.
>
>
>
> "Eduardo" wrote:
>
> > Hi,
> > just replace "No Match Found" with ""
>
> > =3DIF(ISNA(MATCH(C362,'Uses and Features
> > A'!$B:$B,0)),IF(ISNA(MATCH(C362,'RHSadditions'!B:B,0)),"",C362),C362)
>
> > "Gotroots" wrote:
>
> > > I want to avoid "No Match Found" to return if there is no value in "C=
"
>
> > > =3DIF(ISNA(MATCH(C362,'Uses and Features A'!$B:$B,0)),IF(ISNA(MATCH(C=
362,'RHS
> > > additions'!B:B,0)),"No Match Found",C362),C362)
>
> > > Thank you if you can help with this.- Hide quoted text -
>
> - Show quoted text -

0
Reply Pete_UK 12/9/2009 3:28:49 PM

This answer seems a bit simple, but couldn't you just do:

=IF(C362="","",IF(ISNA(MATCH(C362,'Uses and Features 
A'!$B:$B,0)),IF(ISNA(MATCH(C362,'RHS additions'!B:B,0)),"No Match 
Found",C362),C362)

"Gotroots" wrote:

> There are records in "C" where "No Match Found" will be applicable. 
> 
> It is only when there is no value in "C" that "No Match Found" should not be 
> displayed.
> 
> 
> 
> "Eduardo" wrote:
> 
> > 
> > Hi,
> > just replace "No Match Found" with ""
> > 
> > 
> > =IF(ISNA(MATCH(C362,'Uses and Features 
> > A'!$B:$B,0)),IF(ISNA(MATCH(C362,'RHSadditions'!B:B,0)),"",C362),C362)
> > 
> > 
> > "Gotroots" wrote:
> > 
> > > I want to avoid "No Match Found" to return if there is no value in "C"
> > > 
> > > =IF(ISNA(MATCH(C362,'Uses and Features A'!$B:$B,0)),IF(ISNA(MATCH(C362,'RHS 
> > > additions'!B:B,0)),"No Match Found",C362),C362)
> > > 
> > > Thank you if you can help with this.
0
Reply Utf 12/9/2009 4:28:01 PM

>I suspect that you can't see my reply.

Yep, it's broke..........again! Since early yesterday afternoon.

-- 
Biff
Microsoft Excel MVP


"Pete_UK" <pashurst@auditel.net> wrote in message 
news:ea9db0c9-a5d5-4f89-b8b8-9c366b16e5b4@j19g2000yqk.googlegroups.com...
Try this:

=IF(C362="","",IF(ISNA(MATCH(C362,'Uses and Features A'!$B:$B,0)),IF
(ISNA(MATCH(C362,'RHS additions'!B:B,0)),"No Match Found",C362),C362))

although I suspect that you can't see my reply.

Hope this helps.

Pete

On Dec 9, 2:56 pm, Gotroots <Gotro...@discussions.microsoft.com>
wrote:
> There are records in "C" where "No Match Found" will be applicable.
>
> It is only when there is no value in "C" that "No Match Found" should not 
> be
> displayed.
>
>
>
> "Eduardo" wrote:
>
> > Hi,
> > just replace "No Match Found" with ""
>
> > =IF(ISNA(MATCH(C362,'Uses and Features
> > A'!$B:$B,0)),IF(ISNA(MATCH(C362,'RHSadditions'!B:B,0)),"",C362),C362)
>
> > "Gotroots" wrote:
>
> > > I want to avoid "No Match Found" to return if there is no value in "C"
>
> > > =IF(ISNA(MATCH(C362,'Uses and Features 
> > > A'!$B:$B,0)),IF(ISNA(MATCH(C362,'RHS
> > > additions'!B:B,0)),"No Match Found",C362),C362)
>
> > > Thank you if you can help with this.- Hide quoted text -
>
> - Show quoted text -


0
Reply T 12/9/2009 4:53:56 PM

Simple when you know how Brad :)

Your solution worked!

Thank you

"Brad Autry" wrote:

> This answer seems a bit simple, but couldn't you just do:
> 
> =IF(C362="","",IF(ISNA(MATCH(C362,'Uses and Features 
> A'!$B:$B,0)),IF(ISNA(MATCH(C362,'RHS additions'!B:B,0)),"No Match 
> Found",C362),C362)
> 
> "Gotroots" wrote:
> 
> > There are records in "C" where "No Match Found" will be applicable. 
> > 
> > It is only when there is no value in "C" that "No Match Found" should not be 
> > displayed.
> > 
> > 
> > 
> > "Eduardo" wrote:
> > 
> > > 
> > > Hi,
> > > just replace "No Match Found" with ""
> > > 
> > > 
> > > =IF(ISNA(MATCH(C362,'Uses and Features 
> > > A'!$B:$B,0)),IF(ISNA(MATCH(C362,'RHSadditions'!B:B,0)),"",C362),C362)
> > > 
> > > 
> > > "Gotroots" wrote:
> > > 
> > > > I want to avoid "No Match Found" to return if there is no value in "C"
> > > > 
> > > > =IF(ISNA(MATCH(C362,'Uses and Features A'!$B:$B,0)),IF(ISNA(MATCH(C362,'RHS 
> > > > additions'!B:B,0)),"No Match Found",C362),C362)
> > > > 
> > > > Thank you if you can help with this.
0
Reply Utf 12/9/2009 8:51:40 PM

7 Replies
314 Views

(page loaded in 0.32 seconds)

Similiar Articles:
















7/23/2012 2:41:39 AM


Reply: