Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / February 2008

Tip: Looking for answers? Try searching our database.

Match Returns #N/A

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
rishiyoor@gmail.com - 29 Feb 2008 15:42 GMT
With the following in my sheet...

    A    B    C
1    4
2    5    {=MATCH(5,A2:A2,0)}
3    6    {=MATCH(5,ABS(A2:A2),0)}

B2 returns 1, while B3 returns #N/A. Why?

-Rishi
Pete_UK - 29 Feb 2008 15:52 GMT
You can't have an array range as an argument to ABS( ) - it must be a
single cell or number.

Pete

On Feb 29, 3:42 pm, rishiy...@gmail.com wrote:
> With the following in my sheet...
>
[quoted text clipped - 6 lines]
>
> -Rishi
T. Valko - 29 Feb 2008 22:04 GMT
> A B C
> 1 4
> 2 5 {=MATCH(5,A2:A2,0)}
> 3 6 {=MATCH(5,ABS(A2:A2),0)}
>
> B2 returns 1, while B3 returns #N/A. Why?

Because as written, ABS is not returning an array.

Try one of these:

Array entered:

=MATCH(5,ABS(A1:A10),0)

Normally entered:

=MATCH(5,INDEX(ABS(A1:A10),,1),0)

Signature

Biff
Microsoft Excel MVP

You can't have an array range as an argument to ABS( ) - it must be a
single cell or number.

Pete

On Feb 29, 3:42 pm, rishiy...@gmail.com wrote:
> With the following in my sheet...
>
[quoted text clipped - 6 lines]
>
> -Rishi

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.