Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to change a VLOOKUP formula =VLOOKUP(D566,'Master
Data'!$A$3:$Y$438,25,FALSE) The 438 should be 1000. Can I change for the whole column or one cell at a time? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you've been good, you might be able to select that column and do:
Edit|replace what: $y$438 with: $y$1000 replace all But if there's no data under that table and it won't matter if rows 1 and 2 are in that table: edit|Replace what: $a$3:$y$438 with: $a:$y replace all (why worry about extending the range later?) gswegan wrote: I need to change a VLOOKUP formula =VLOOKUP(D566,'Master Data'!$A$3:$Y$438,25,FALSE) The 438 should be 1000. Can I change for the whole column or one cell at a time? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
Positioning Numeric Values Resulting from 6 Column Array Formula | Excel Worksheet Functions | |||
copy and pasting a find all list into another column | Excel Discussion (Misc queries) | |||
creating a bar graph | Excel Discussion (Misc queries) |