Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 183
Default Find cell value within table

I would like to find if the cell value of A1 exists in table A2:AA450
I have tried with ISNA and Match but Match does not seem to work as I have
more than one column and row:
Match(A1,A2:AA450,0) returns #N/A
Any idea?
thanks
--
caroline
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Find cell value within table

Maybe =countif() would work:

=if(countif(a2:aa450,a1)0,"it's there","nope")


caroline wrote:

I would like to find if the cell value of A1 exists in table A2:AA450
I have tried with ISNA and Match but Match does not seem to work as I have
more than one column and row:
Match(A1,A2:AA450,0) returns #N/A
Any idea?
thanks
--
caroline


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 183
Default Find cell value within table

yes good idea. Did not think about that one!!!
Thanks
--
caroline


"Dave Peterson" wrote:

Maybe =countif() would work:

=if(countif(a2:aa450,a1)0,"it's there","nope")


caroline wrote:

I would like to find if the cell value of A1 exists in table A2:AA450
I have tried with ISNA and Match but Match does not seem to work as I have
more than one column and row:
Match(A1,A2:AA450,0) returns #N/A
Any idea?
thanks
--
caroline


--

Dave Peterson
.

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
Find a value in a table and return the cell or column reference jgrout Excel Discussion (Misc queries) 3 February 6th 07 06:21 AM
Find a value in a table and return the cell reference Rasoul Khoshravan Excel Worksheet Functions 10 October 26th 06 11:23 PM
How do I find 1 cell value from a 35 Row 12 Column table? Herren's Excel Discussion (Misc queries) 2 March 29th 06 11:00 PM
Find a value in the table cell Jiri Excel Worksheet Functions 1 March 1st 06 01:44 AM
Find first nonblank cell row # in pivot table using MATCH Space Elf Excel Worksheet Functions 2 February 14th 06 09:50 PM


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