Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JRIVERA77
 
Posts: n/a
Default Column list search


Need help please!!!! I have 8 columns and 10 items to look up for within
these columns. I need a function witch will give me a 1 if any of the
the items are in the columns..I have this function to find one item,
but when i try to put more items to be found i get no
result..

thanks

=IF(OR(S2="BGMFIELDNOTIF",U2="BGMFIELDNOTIF",W2="B GMFIELDNOTIF",Y2="BGMFIELDNOTIF",AA2="BGMFIELDNOTI F",AC2="BGMFIELDNOTIF",AE2="BGMFIELDNOTIF",AG2="BG MFIELDNOTIF"),1,
" ")


--
JRIVERA77
------------------------------------------------------------------------
JRIVERA77's Profile: http://www.excelforum.com/member.php...o&userid=31325
View this thread: http://www.excelforum.com/showthread...hreadid=510111

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
sp3cialist
 
Posts: n/a
Default Column list search

Not sure I understand fully, have you tried V Lookup?

"JRIVERA77" wrote:


Need help please!!!! I have 8 columns and 10 items to look up for within
these columns. I need a function witch will give me a 1 if any of the
the items are in the columns..I have this function to find one item,
but when i try to put more items to be found i get no
result..

thanks

=IF(OR(S2="BGMFIELDNOTIF",U2="BGMFIELDNOTIF",W2="B GMFIELDNOTIF",Y2="BGMFIELDNOTIF",AA2="BGMFIELDNOTI F",AC2="BGMFIELDNOTIF",AE2="BGMFIELDNOTIF",AG2="BG MFIELDNOTIF"),1,
" ")


--
JRIVERA77
------------------------------------------------------------------------
JRIVERA77's Profile: http://www.excelforum.com/member.php...o&userid=31325
View this thread: http://www.excelforum.com/showthread...hreadid=510111


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default Column list search


See if this works for you:

=IF(ISNUMBER(SEARCH("BGMFIELDNOTIF",S2&U2&W2&Y2&AA 2&AC2&AE2&AG2)),1,"
")

That will determine if BGMFIELDNOTIF exists anywhere in those cells.
Note: it will also match if that string is embedded within a cell.
Example: aaaBGMFIELDNOTIFbbb

Otherwise, if you need cell content matches, maybe this with will suit
your needs:
=IF(SUMPRODUCT(((S2:AG2)="BGMFIELDNOTIF")*MOD(COLU MN(S2:AG2),2))0,1,"
")

Does that help?

Regards,
Ron


--
Ron Coderre
------------------------------------------------------------------------
Ron Coderre's Profile: http://www.excelforum.com/member.php...o&userid=21419
View this thread: http://www.excelforum.com/showthread...hreadid=510111

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
Change a Column list into multiple rows & columns angelface Excel Worksheet Functions 3 January 28th 06 01:23 AM
Positioning Numeric Values Resulting from 6 Column Array Formula Sam via OfficeKB.com Excel Worksheet Functions 2 January 5th 06 02:03 AM
search value in a table and sum another column a931048 Excel Worksheet Functions 3 September 14th 05 04:50 AM
match and count words David Excel Worksheet Functions 5 July 4th 05 02:24 AM
Lookup Table Dilemma Karen Excel Worksheet Functions 2 June 10th 05 08:22 PM


All times are GMT +1. The time now is 06:06 AM.

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"