Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
bpeltzer
 
Posts: n/a
Default Question about the "Match" formula

It looks like the arguments of your match function are wrong. Generally, the
second argument (where you have J38) would be a range of cells where the
match function should look; otherwise, you could just use IF (as in if
j36=j38). Next, if you want an exact match, you should provide the match
function with a third argument, FALSE.
If the function originally was returning NA and you dropped that same
function inside the isna test, the result should be blank.
--Bruce

"Ltat42a" wrote:


bpeltzer Wrote:
You can test the result of the match function with the isna function.
Instead of =match(...), try =if(isna(match(...)),"","MATCH")
--Bruce



Thanx Bruce, I tired that, my formula -
=IF(ISNA(MATCH(J36,J38)),"","MATCH")
When I put in the same number in J36 as J38, I do get the "Match"
results, however, if I put in a different number in J36, the result
still says "Match" no matter what number I put in J36.

J36 is the cell that changes frequently; J38 remains constant.


--
Ltat42a
------------------------------------------------------------------------
Ltat42a's Profile: http://www.excelforum.com/member.php...o&userid=24735
View this thread: http://www.excelforum.com/showthread...hreadid=515052


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
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula Question Marcus Feldmore Excel Worksheet Functions 1 November 11th 05 03:47 PM
I have a question regarding countif formula. Fahad Farid Ansari Excel Worksheet Functions 6 October 1st 05 11:57 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Formula Question JDT Excel Discussion (Misc queries) 2 January 30th 05 01:17 PM


All times are GMT +1. The time now is 05:38 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"