Find Duplicate names and delateDear experts,
I have a small doubt could you clarify that???
That is I find duplicate name but I want to delete one name only, if I
filter DUPLICATE….. both names are showing…
1. Select the range of data including the header. You need to have headers
for these columns
2. From menu Data>Filter>Advanced Filter>Copy to another location
3. In 'copy to' specify the target cell and check 'Unique records only'
4. Click OK will give you the unique list
--
Jacob
"Find Duplicate names and delate" wrote:
> Dear experts,
> I have a small ...
I need to compare 3 numbers and find the one in the middleI have three numbers in a single row and would like to identify the middle
number enter that number in another cell.
Example:
1st # 2nd # 3rd # result
628 678 720 678
655 625 700 655
748 720 725 725
is there a function in excel that can do this?
Thanks,
Eddie
Try
=LARGE(A1:C1,2)
VBA Noo
--
VBA Noo
-----------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=3383
View this thread: http://www.excelforum.com/showthread.php?threadid=56811
fasteddie wrote.....
Find a Value the first Time It OccursI have a row of values that shows the total cumulative number of sales of
items by month. Occasionally, there may be no sales in a month for an item
so the cumulative value would stay the same for more than one month. I want
to select a number in the row the first time it occurs and not select it if
it repeats.
What are you wanting to do with the info?
To return position (column number) of number 1234 within row 2:
=MATCH(1234,2:2,0)
A formula that signals it's the first occurence:
=COUNTIF($A2:A2,A2)=1
This could be used in a helper row, or as a conditional format f...
Finding a MedianI'm trying to write a query that will return a median for various
values taken from a previous query. I've seen some suggestions in my
searching, but I haven't been able to get them working. They are also
all from before 2003 and refer to Access 97 and 2000.
Has any functionality been added to 2003 for this? Or is there a non-
code-based way to do it? I've seen it suggested to write a code to
open the query, sort it, find the total number of records, divide it
in half, then seek out the middle record using that value. I'm still
very green when it comes to code, though...
Find/Replace in RichEdit 2.0I'm using Windows ME and I've switched from RichEdit 1.0 to 2.0 for my
CRichEditDoc/View application so that I can use the ITextDocument
interface and can do things such as suspend/resume the Redo buffer.
Problem is, now the Find/Replace dialogs don't seem to do anything. If
I revert back to RichEdit 1.0 they do!
What's going on?
BUMP!
adriangibbons@yahoo.co.uk (Adrian Gibbons) wrote in message news:<34a2acd5.0404130713.123dbaab@posting.google.com>...
> I'm using Windows ME and I've switched from RichEdit 1.0 to 2.0 for my
> CRichEditDoc/View application...
Find (but not find)My program takes a name from sheet3 goes to sheet1 to Find the name.
If it cannot find name, how do you do an If/End to Exit Do while or
find out if name has been founf? I have "On Error Resume Next" in
program.
Thanks again for all your help
Gordon
As ALWAYS, post your code for comments & suggestions.
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@austin.rr.com
"Gordon" <gwelch1938@yahoo.com> wrote in message
news:1184612089.486737.144020@n60g2000hse.googlegroups.com...
> My program takes a name from sheet3 goes to sheet1 to Find the na...
Finding an eventHello,
I am developing an app that uses a single worksheet to enter data. When user double clicks a button, a new window (in same workbook)
opens with a new sheet. My problem is that excel does not seem to have any events for close of window if there are multiple windows
in a workbook.
Can someone help
Peter
Peter,
That triggers the Workbook_WindowActivate event, you can use that.
HTH
Bob
"Peter Ostermann" wrote in message
news:i9m5v8$7bv$02$1@news.t-online.com...
Hello,
I am developing an app that uses a single worksheet to enter data. When user
double clicks a button...
Find value in a column and insert rows aboveThe set up looks like this:
ColU ColV ColW ColX
Y N N N
Y N N N
N Y N N
N N Y N
N N Y N
N N Y N
N N Y N
N N Y Y
Columns will always be U through X and will always be sorted in this order.
I need to find the first Y in each column and insert 2 rows above that row.
On the blank row above the first Y, I need to highlight in yellow and put
title in the first cell, such as New, Old, Existing, Deleted.
Any help would be greatly appreciated.
Thanks for your time,
Dee
If desired, send your file to my address below. I will only look if:
1. You send a copy of this ...
"A program is trying to access email addresses you have stored in Outlook"This message suddenly started and now comes up with every
new email I begin in Outlook. Does anyone know what
might have caused this and is there any way to correct it
without having to uninstall/reinstall?
"sgaines62" <impactplan@adelphia.net> wrote in message
news:5eee01c49278$9d88b710$a501280a@phx.gbl...
> This message suddenly started and now comes up with every
> new email I begin in Outlook. Does anyone know what
> might have caused this and is there any way to correct it
> without having to uninstall/reinstall?
Just a guess, but you could have a virus...
cannot find databaseI have an excel spreadsheet that is supposed to update a access db.
Whenever I try to save the .xls I get an error stating cannot find db.
Even when I open the db with access, I get the error and the db opens
anyway?????? This only happens on 2 out of 20 pc's and I cannot figure
out why????????
Thanks
...
Sum if Condition is Equal in Range Date and find columnI want to make a sum if Range is a week number and if style is Equal to
CONC-92 or CONC-45
Week# 49 Week# 50
CONC-92= 27 CONC-92= 30
CONC-45= 27 CONC-45= 30
Datas are in a pivot table and...
Pivot table looks like this:
Date CONC-92 CONC-45 CONC-92 CONC-45
12/7 5 5 10 10
12/8 2 2 10 10
12/9 5 5 10 10
12/10 5 5 10 10
please help
--
Lorenzo Díaz
Cad Technician
...
Exchange 2003 Store Limit Warning does not workWhy does not the store limit warning work with Exchange 2003 ?
The "prohibit send" works ok, but the warning does not. How can I make it
work ? It would be very important to us.
On Wed, 10 Aug 2005 18:33:26 +0300, "Petri Paunonen"
<petri.paunonen@POISTAbrandtgroup.fi> wrote:
>Why does not the store limit warning work with Exchange 2003 ?
>
>The "prohibit send" works ok, but the warning does not. How can I make it
>work ? It would be very important to us.
>
What doesnt work about it?
On Wed, 10 Aug 2005 18:33:26 +0300, "Petri Pauno...
Trapping a NO FIND after a findI use the code below to store a row number to a variable after a find.
I would like to trap a NO FIND if the find is unsuccessfull
Any ideas. FSt1 provided the code below
Sub macfindrow()
dim rn as string
dim rng as range
dim therow as long
rn = inputbox("enter something to find")
if rn <> "" then
Set rng = nothing
Set rng = range("A1:IV65536").Find(what:=rn, _
After:=Range("A1"), _
Lookin:=xlformulas, _
Lookat:=xlpart, _
...
How do I find the out of office reply?My out of office reply is missing from tools. How can I retrieve it?
Out of Office reply <Out of Office reply@discussions.microsoft.com> wrote:
> My out of office reply is missing from tools. How can I retrieve it?
Unless you are using an Exchange server, you will not have the Out of Office
Assistant. See this: http://www.slipstick.com/rules/autoreply.htm
--
Brian Tillman
...
How do I create custom report from stored procedureHi,
I need to create a report form stored procedure. My stored procedure
selects the data and inserts in temp table.I am executing stored procedure
from pre query and selecting coloumns from temp table . But I am getting
error
Invalid object name temp. Is it possible to execute the report from stored
procedure.
mohan
-------------------------------------
##-----------------------------------------------##
Newsgroup Access Courtesy http://www.rockryno.com/
Tax and Accounting Software Forums
Web and RSS access to your favorite newsgroup -
microsoft.public.pos - 40088 ...
How do I find data from a list (or table) and insert it in a row?I used to use a spreadsheet program (2 years ago) that allowed me to lookup
an item and insert it into the worksheet. I know the program was at least a
year old at that time (2002). How do I create a list, reference it , and
then insert an item into a row of my choice?
Example: Make of item, item description, and cost.
Does the data go on one worksheet and then get referenced and inserted into
the list of another worksheet? If so, how? I can't seem to get any answers
by reading books on the subject. I no longer have access to the old workbook
from which to study.
Maybe that ...
use NTBackup to backup information store 2003Hi,
Anyone can help me to solve using NTbackup schedule to
backup Exchange 2003 information store?
NTbackup can backup information store from manual start,
but it can't run on tasks schedule.
thank you
piu
Works for me, what problem are you having? You can't
backup the IS at the same time as any other Shadow Copy
Backup, unless all of your exchange files are on spearate
volumes from the system volume.
Patrick Rouse
Microsoft MVP - Terminal Server
>-----Original Message-----
>Hi,
>
>Anyone can help me to solve using NTbackup schedule to
>backup Exchange 2...
Finding numbers in rows and highlighting them
Hi everybody :)
I need help.
This is a lotto system.
I have a spreadsheet with 508 rows and 45 columns.
In each row there are 45 numbers mixed (1 to 45).
I need a script or some other way to find where particular (drawn)
numbers are in each of the 508 rows.
If my explanation is not clear please ask for farther clarification.
Thank you in advance for your help.
Joh
--
Johncobb4
-----------------------------------------------------------------------
Johncobb45's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=1658
View this thread: http://www.excelforum.com/showt...
Advanced Find not finding all
"Advanced Find" in Outlook 2007 is not finding all email messages
which match the criteria. It finds between 30 and 200 and then stops.
I then have to work with those (e.g., delete them) and then click
"Find Now" again to find another batch, dozens of times!
What is wrong? How do I fix this and find all messages that match the
criteria?
My typical application is to split the entire contents of my .pst
files by date. Do do this I make a copy of the file. In one I delete
all messages older than the cutoff date (e.g., 1/1/2007), and in the
other I delete all messages yo...
How to: find reason for rejected messages?I'm trying to find the reason, why certain messages get rejected by our
exchange 2000 server. Is there a way to find out?
Scenario:
pullmail gets mails from pop3 mailboxes from, let's say
"internetmailserver.com" and puts it in our exchange server
"intranet.com". For most mails it works marvellous but for some mails
it just fails and I can only see (output of pullmail command):
....
1 messages waiting
<< +OK 8488322 octets
Message from: some.user@validdomain.com
to: user@intranet.com
SMTP message rejected, reply
OK
Unexpected response
rsion:...
finding latest hotfixhow do I find latest hotfix for Project Server 2007, Sharepoint server 2007
and SQL serve 2005?
For Service Pack we can search using bing or google and find. But not for
hotfix. How do I find?
Thank you
Hello all the latest updates are documented here:
http://technet.microsoft.com/en-us/office/ee748587.aspx
--
Christophe Fiessinger
Microsoft
http://blogs.msdn.com/chrisfie
"sgOrchid" <sgOrchid@@newsgroup.nospam.com> wrote in message
news:3B51FE4E-ADD6-415D-9771-CCD32A65DF11@microsoft.com...
> how do I find latest hotfix for Project Server 200...
Can "Totals" be displayed in Advance Find results?This seems like a question that would've been asked many times before, but I
can't find any reference to is here. Can total search results be displayed
in the search results pane? The only reference to a solution for this is by
a company in Romania called Creative Software Solution. They have a screen
grab at http://www.creativesolutions.ro/img/Customizations-GridCount.jpg.
Anyone know how I can make the customization myself?
Thanks! Andy.
Dear Andy,
There are few options.
1. Writing Reports and show total
2. Add Total as custom value and use javascript to add that va...
find formula and return valueHi i am using the following formula to find text in a cell
=IF(ISNUMBER(FIND("Super",B96)),"OK", "Not OK") and return a value. i have
adapted the formula for another spreadsheet and simply added more values to
check, i.e. =IF(ISNUMBER(FIND("Super""Account""Business:,B96)),"OK", "Not
OK") but it doesnt seem to work. where i can see the value in the cell it is
not returning ok instead of not ok. is there a limit to the number of values
i can search and if so why doesnt it say as an error? what am i missing?
Thanks v...
find smallest positive number among datasHow to find the smallest positive number among datas in Excel?
Try
=MIN(data_rng)
--
HTH
Bob
"Cerberus" <Cerberus@discussions.microsoft.com> wrote in message
news:8616B833-5582-4FCE-A23C-5F10D577AF63@microsoft.com...
> How to find the smallest positive number among datas in Excel?
=MIN(IF(A1:A6>0,A1:A6)) as an array formula (Control Shift Enter)
Adjust your range to suit.
--
David Biddulph
"Cerberus" <Cerberus@discussions.microsoft.com> wrote in message
news:8616B833-5582-4FCE-A23C-5F10D577AF63@microsoft.com...
> H...
"FIND" bar is broken / missingIn IE8, when I click CTRL-F for the "Find on this page" bar, a BLANK bar
appears but no controls on it. I uninstalled IE8 and reinstalled it, but it
made no difference. Any ideas? I used to use this feature a lot, so this is
pretty frustrating. I would appreciate anything you can tell me. Thank you.
RecoverfileinRecycleBinwhileinDOS@discussions.microsoft.com wrote:
> In IE8, when I click CTRL-F for the "Find on this page" bar, a BLANK bar
> appears but no controls on it. I uninstalled IE8 and reinstalled it, but it
> made no difference. Any id...