Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I currently have the following formula: =INDIRECT($A$1&".xls!A1"). I need to drag and increment the formula but it won't work. Desired results: INDIRECT($A$1&".xls!A2") INDIRECT($A$1&".xls!A3") etc. Thanks in advance for your help. -- pikapika13 ------------------------------------------------------------------------ pikapika13's Profile: http://www.excelforum.com/member.php...o&userid=10892 View this thread: http://www.excelforum.com/showthread...hreadid=523128 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Try this: =INDIRECT($A$1&".xls!A"&ROW()-2) where the row number minus 2 is the number you want. The example above would look at the row number the formula is on and subtract 2 from it. This will then increment when you fill down (as the row number increments). Andy. "pikapika13" wrote in message ... I currently have the following formula: =INDIRECT($A$1&".xls!A1"). I need to drag and increment the formula but it won't work. Desired results: INDIRECT($A$1&".xls!A2") INDIRECT($A$1&".xls!A3") etc. Thanks in advance for your help. -- pikapika13 ------------------------------------------------------------------------ pikapika13's Profile: http://www.excelforum.com/member.php...o&userid=10892 View this thread: http://www.excelforum.com/showthread...hreadid=523128 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks for the quick reply. It works. Now how do I have it for the columns? the "column" function gives me a number. I would need a letter. -- pikapika13 ------------------------------------------------------------------------ pikapika13's Profile: http://www.excelforum.com/member.php...o&userid=10892 View this thread: http://www.excelforum.com/showthread...hreadid=523128 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Thanks for the feedback. If you use COLUMN() it will return the column number - just the same as ROW() does for rows! Andy. "pikapika13" wrote in message ... Thanks for the quick reply. It works. Now how do I have it for the columns? the "column" function gives me a number. I would need a letter. -- pikapika13 ------------------------------------------------------------------------ pikapika13's Profile: http://www.excelforum.com/member.php...o&userid=10892 View this thread: http://www.excelforum.com/showthread...hreadid=523128 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to find the working days difference between to dates? | Excel Discussion (Misc queries) | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
Array Formula Not Working with Range with Formulas | Excel Discussion (Misc queries) | |||
VLOOKUP & Dates: Why is this Formula working? | Excel Worksheet Functions | |||
Formula entered not working | Excel Discussion (Misc queries) |