Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 50
Default Search number within a database

I have some 20000 data for lottery in sheet 1 like :-
Sl No. Application No. Reg. No. Chque No. Name
01 17211 7552 215587 D.Gupta
02 14546 8258 112536 S.Das
Continued ..... to Sl no. 20000
I have some another data for whom has win lottery in sheet 2 like :-
Sl No. Application No. Reg. No. Chque No. Name
01 15311 1252 115327 M.Sharma
02 04836 4128 441562 S.Ghosh
Continued .... to Sl no. 1200.
Now I have to return the amount of the applicant who has not won the lottery.
Is there any formula to extract the application number who has not won the
lottery from sheet 1. help me

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default Search number within a database

Take a look at this link:
http://www.contextures.com/xlFunctions02.html

That should give you what you need. When you have time, look at other
sections of the sit; it is a FANTASTIC resource.

Regards,
Ryan--

--
RyGuy


"Montu" wrote:

I have some 20000 data for lottery in sheet 1 like :-
Sl No. Application No. Reg. No. Chque No. Name
01 17211 7552 215587 D.Gupta
02 14546 8258 112536 S.Das
Continued ..... to Sl no. 20000
I have some another data for whom has win lottery in sheet 2 like :-
Sl No. Application No. Reg. No. Chque No. Name
01 15311 1252 115327 M.Sharma
02 04836 4128 441562 S.Ghosh
Continued .... to Sl no. 1200.
Now I have to return the amount of the applicant who has not won the lottery.
Is there any formula to extract the application number who has not won the
lottery from sheet 1. help me

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Search number within a database

AppNo -- is a defined name range from sheet 1
winner -- is a defined name range from sheet 2

=IF(ISERR(SMALL(IF(COUNTIF(winners,AppNo)=0,ROW(IN DIRECT("1:"&ROWS(AppNo)))),ROWS($1:1))),"",INDEX(A ppNo,SMALL(IF(COUNTIF(winners,AppNo)=0,ROW(INDIREC T("1:"&ROWS(AppNo)))),ROWS($1:1))))

ctrl+shift+enter, not just enter
copy down as far as needed


"Montu" wrote:

I have some 20000 data for lottery in sheet 1 like :-
Sl No. Application No. Reg. No. Chque No. Name
01 17211 7552 215587 D.Gupta
02 14546 8258 112536 S.Das
Continued ..... to Sl no. 20000
I have some another data for whom has win lottery in sheet 2 like :-
Sl No. Application No. Reg. No. Chque No. Name
01 15311 1252 115327 M.Sharma
02 04836 4128 441562 S.Ghosh
Continued .... to Sl no. 1200.
Now I have to return the amount of the applicant who has not won the lottery.
Is there any formula to extract the application number who has not won the
lottery from sheet 1. help me

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 for database search - is it possible? sos-DC[_2_] Excel Discussion (Misc queries) 7 July 11th 08 08:14 PM
How do I allow visitors to do a keyword search of my database? Ralph Jarzombek Excel Discussion (Misc queries) 0 March 15th 06 11:56 PM
Search & Edit in Excel Database possible? saziz Excel Discussion (Misc queries) 3 February 2nd 06 09:47 PM
Database Search For Help? Rumish8086 Excel Discussion (Misc queries) 12 January 11th 06 09:00 PM
Creating A Search Database..Need Help ajaffer Excel Discussion (Misc queries) 6 December 3rd 05 09:50 PM


All times are GMT +1. The time now is 08:59 PM.

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

About Us

"It's about Microsoft Excel"