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.....
Everyone has rights in AD... but I've checked inherited permissionI have a client that uses Exchange 2003. Each user can see every other
user's e-mail.
I have added the security tab in the Exchange System manager. The Everyone
user does not have send as or receiving as rights at the Organizational Level
or at the Mailbox Store level. The everyone rights at these levels are
plain-jane, vanilla, out-of-the-box rights.
However, when I look at the individual user account in AD | Exchange
Advanced | Mailbox rights and look at the rights for Everyone, there is an
inherited permission that gives every user read, change, take ownership, and
full mail...
outlook error: entry point ont foundhello
i am having problems with outlook ( im running xp pro )
when i try to run outlook i get this error message:
Microsoft outlook. outlook EXE entry point not found. the
procedure entry point getiUMS could not be located in the
dynamic link library.
ive uninstalled /installed again ,but to no avail.
any help will be greatly appreciated.
Thankyou very much .
Regards
georgie
...
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...
Right Contacts detailsIf I put in an address that outlook can't find in my contacts, it goes
'Check Names' (it says the contacts folder associated with this address list
could not be opened) to what I assume is the Windows Address Book. However
the first one it tries to open has nothing in it. If I cgo to the drop down
box, and select the second one it works fine... how do I get it to open the
proper one?
rfc
Open the Address Book.
Tools > Options > Show this address list first
Remove the invalid reference to a Contacts Folder here:
Tools > E-mail accounts > View or change existing di...
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 ...
Globally set default folder view outlook 2003 to entry list dates ascending?Can I do this instead of doing each folder individually?
TIA!
Marathon <jsssbs@hotmail.com> wrote:
> Can I do this instead of doing each folder individually?
Modify the default Messages view. Technique shown here:
http://www.outlook-tips.net/howto/grouping.htm
--
Brian Tillman [MVP-Outlook]
Brian,
I am wary of doing this as it will undo what I have already done.
Can't tell because Select the view *by name*, is not available to me, so I
just created one.
How will that effect the "Entry List View" in "Folder List View" which is
what I want displaye...
Form data entryIs it possible to have a command button included on a form, that when
clicked the current entry being entered is aborted, without the autonumber
field being tripped to the next number.
eg data entry started and autonumber field shows 7 - data entry aborted -
nothing saved - next new entry shows 8 even although entry 7 does not exist.
Thanks
Sandy
It is possible if the form is not based on the table. The form can have the
required fields [except autonumber]. You may use the command button to append
the record.
--
********* http://panjas.org
If the message was helpful to you, click Y...
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
...
Cash receipts EntryHello,
Is it possible to setup a General Ledger Account during entry in Cash
Receipts?. I have a cheque where the amount is $107 where $105 is the amount
and the $2 is the bank charges and I wanted to put the $2 on the bank charges
account. If there is a setup I need to do, please let me know
Thank You Kindly
Why don't you just use 2 lines in the distribution? Credit one account
$105 and the bank charges account $2? Or am I missing something? Is
this under Transactions, Financial, Bank Transactions:Enter receipt?
kingjack wrote:
> Hello,
>
> Is it possible to setup ...
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 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 ...
Right Click problemAll of a sudden I can not right click without getting an error that widnows
explorer was closing. I recently installed Norton 2010 - has anyone
discovered a problem with Norton? How can I address this?
Thanks
Sat, 24 Apr 2010 12:02:06 -0400 from Richard <richx@optonline.net>:
>
> All of a sudden I can not right click without getting an error that widnows
> explorer was closing. I recently installed Norton 2010
"Doctor, it hurts when I do this."
"Well, stop doing it."
Whatever you had hoped to do with Norton can be done better and
...
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:...
Delegating rights to change email addresses on public foldersI saw something mentioned in a book once about delegating more rights
to a public folder tree but can't seem to find it.
What we want to do is take a branch of our public folders and provide
a local admin the ability to change email addresses (smtp). This is
really the only thing we want them to do, however.
Anyone know how to properly do this type of permissioning?
We are running Exchange 2003 SP2 in a mixed mode environment.
Thanks!
...
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...