PC Review


Reply
Thread Tools Rate Thread

HOW DO I LOOK FOR A NUMBER IN A COLUMN IN A SPREADSHEET?

 
 
=?Utf-8?B?bGlsaXRo?=
Guest
Posts: n/a
 
      20th Aug 2007
i have rma numbers in column C, i only want to look through column, i want to
type in the rma number when i receive it and the spreadsheet says here it is
line whatever....
i just can not seem to get it to look for the number i type in and need to
look for in column c...please help, thank you
 
Reply With Quote
 
 
 
 
T. Valko
Guest
Posts: n/a
 
      20th Aug 2007
Try this:

A1 = some number

=IF(COUNTIF(C:C,A1),ADDRESS(MATCH(A1,C:C,0),3,4),"not found")

--
Biff
Microsoft Excel MVP


"lilith" <(E-Mail Removed)> wrote in message
news:8063B04D-B149-4027-8E4E-(E-Mail Removed)...
>i have rma numbers in column C, i only want to look through column, i want
>to
> type in the rma number when i receive it and the spreadsheet says here it
> is
> line whatever....
> i just can not seem to get it to look for the number i type in and need to
> look for in column c...please help, thank you



 
Reply With Quote
 
PCLIVE
Guest
Posts: n/a
 
      20th Aug 2007
You could do something like this.
With your typed RMA number in D1, enter this formula in another cell.

="Row " & MATCH(D1,C:C,0)

HTH,
Paul


--

"lilith" <(E-Mail Removed)> wrote in message
news:8063B04D-B149-4027-8E4E-(E-Mail Removed)...
>i have rma numbers in column C, i only want to look through column, i want
>to
> type in the rma number when i receive it and the spreadsheet says here it
> is
> line whatever....
> i just can not seem to get it to look for the number i type in and need to
> look for in column c...please help, thank you



 
Reply With Quote
 
=?Utf-8?B?THlu?=
Guest
Posts: n/a
 
      20th Aug 2007
First of all, if you place your mouse in one of the cells, is it an actualy
RMA number in the cell or is it a formula? If it is an actual number, click
on your column C (which will highlight the entire column) and try searching
just the first few characters of the RMA number when you click Find.

"lilith" wrote:

> i have rma numbers in column C, i only want to look through column, i want to
> type in the rma number when i receive it and the spreadsheet says here it is
> line whatever....
> i just can not seem to get it to look for the number i type in and need to
> look for in column c...please help, thank you

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I click on a telephone number in an Excel 2002 spreadsheet, and have the number dialed? jbclem Microsoft Excel Misc 2 13th Aug 2009 01:57 AM
change column numbering to column letters in my spreadsheet view ferdla Microsoft Excel Misc 1 29th Apr 2008 03:34 PM
Calendar Spreadsheet: Column 1 = Date, Column 2 Time of Day, Column 3 memo text field JDJ Microsoft Excel Discussion 0 24th May 2007 01:14 AM
how to increase a spreadsheet's column number from 256 to a large. =?Utf-8?B?bmV3Y29tZXI=?= Microsoft Excel Programming 2 16th Feb 2006 12:16 AM
Counting Number of Identical Entries in a Spreadsheet Column Fred 2002 Microsoft Excel Misc 2 15th Jul 2004 07:08 PM


Features
 

Advertising
 

Newsgroups
 


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