Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula to find a value | Excel Worksheet Functions | |||
Need to find a formula | Excel Worksheet Functions | |||
Using IF/And in a formula to find a value | Excel Discussion (Misc queries) | |||
Need Help With A Find Formula | Excel Worksheet Functions | |||
Lookup Formula - but have a formula if it can't find/match a value | Excel Worksheet Functions |