Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=LOOKUP(W3,AT3:AX3,AT5:AX5) How do I copy this formula down cells below with
out the Look up vector and result vector changing down cells also. I only need the lookup value to change as it copies down the cells example: =LOOKUP(W4,AT3:AX3,AT5:AX5), =LOOKUP(W5,AT3:AX3,AT5:AX5) |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]() "carper1975" wrote in message ... =LOOKUP(W3,AT3:AX3,AT5:AX5) How do I copy this formula down cells below with out the Look up vector and result vector changing down cells also. I only need the lookup value to change as it copies down the cells example: =LOOKUP(W4,AT3:AX3,AT5:AX5), =LOOKUP(W5,AT3:AX3,AT5:AX5) Use absolute references: IE change your formula to this: =LOOKUP($W3,$A$T3:$AX$3,$AT$5:$AX$5) Notice the lack of the "$" before the number in the first cell reference. |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Try this:
=LOOKUP(W3,AT$3:AX$5) -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "carper1975" wrote in message ... =LOOKUP(W3,AT3:AX3,AT5:AX5) How do I copy this formula down cells below with out the Look up vector and result vector changing down cells also. I only need the lookup value to change as it copies down the cells example: =LOOKUP(W4,AT3:AX3,AT5:AX5), =LOOKUP(W5,AT3:AX3,AT5:AX5) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Coping formulas | Excel Discussion (Misc queries) | |||
Coping formulas | Excel Worksheet Functions | |||
coping formulas from one cell to another | Setting up and Configuration of Excel | |||
Coping text using Formulas - | Excel Discussion (Misc queries) | |||
coping a formulas to another cell. | Excel Worksheet Functions |