#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default Find Formula

Please help,

I am trying to enter a formula that will find whatever is typed in within
selected cells.

Example: I want the user to be able to type a name or number into a cell and
they will be taken to the location of that cell like with the Find Function
but without having to use that function.

is there a formula to do this?

Many thanks
Charlene
NZ
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Find Formula

A formula can't actually move the cursor to another cell - a formula
can only return values. You will need some VBA code to do that.

You could think about using hyperlinks. For example, enter a number
into A1 and then click on B1 where a hyperlink formula will enable you
to jump to the cell indicated by A1 - would this be of interest?

Pete

On Jan 15, 11:37*pm, CHARLENE
wrote:
Please help,

I am trying to enter a formula that will find whatever is typed in within
selected cells.

Example: I want the user to be able to type a name or number into a cell and
they will be taken to the location of that cell like with the Find Function
but without having to use that function.

is there a formula to do this?

Many thanks
Charlene
NZ


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default Find Formula

Formulas ONLY return values. You will need a macro to do this. A
worksheet_change event in the sheet code module using vba FIND should be
ideal.


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"CHARLENE" wrote in message
...
Please help,

I am trying to enter a formula that will find whatever is typed in within
selected cells.

Example: I want the user to be able to type a name or number into a cell
and
they will be taken to the location of that cell like with the Find
Function
but without having to use that function.

is there a formula to do this?

Many thanks
Charlene
NZ


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 to find a value Charles Excel Worksheet Functions 2 October 16th 07 09:10 PM
Need to find a formula Lanza52 Excel Worksheet Functions 1 July 13th 06 06:11 AM
Using IF/And in a formula to find a value lars1028 Excel Discussion (Misc queries) 4 July 3rd 06 07:05 PM
Need Help With A Find Formula toy4x4 Excel Worksheet Functions 3 June 28th 05 11:48 AM
Lookup Formula - but have a formula if it can't find/match a value Stephen Excel Worksheet Functions 11 June 14th 05 05:32 AM


All times are GMT +1. The time now is 09:30 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"