Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
gswegan
 
Posts: n/a
Default How can I change a # in an array formula for a whole column?

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson
 
Posts: n/a
Default How can I change a # in an array formula for a whole column?

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
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
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
Positioning Numeric Values Resulting from 6 Column Array Formula Sam via OfficeKB.com Excel Worksheet Functions 2 January 5th 06 02:03 AM
copy and pasting a find all list into another column Ben Excel Discussion (Misc queries) 18 December 31st 05 10:51 PM
creating a bar graph Johnfli Excel Discussion (Misc queries) 0 October 26th 05 08:16 PM


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