Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
First I would like to wish you all the best for 2008! I am struggling with the following: I have a worksheet with over 20 difference trial balances, to make life easier I am making a summary sheet that shows me only the data I am looking for. As the position of the individual trial balances and their format tends to change through time I have to capture this in my formulas. Could someone advice which formula to use for: A B C 1 HKVH DIVIDENDS RECEIVABLE --RESULT-- I am now using =INDIRECT(A1&"!J24") which works fine as long as the value for 'DIVIDENDS RECEIVABLE' is always in J24. Any suggestion is most appreciated. Many thanks Rgds, Robert |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jan 3, 9:39 pm, Robert wrote:
Hello, First I would like to wish you all the best for 2008! I am struggling with the following: I have a worksheet with over 20 difference trial balances, to make life easier I am making a summary sheet that shows me only the data I am looking for. As the position of the individual trial balances and their format tends to change through time I have to capture this in my formulas. Could someone advice which formula to use for: A B C 1 HKVH DIVIDENDS RECEIVABLE --RESULT-- I am now using =INDIRECT(A1&"!J24") which works fine as long as the value for 'DIVIDENDS RECEIVABLE' is always in J24. Any suggestion is most appreciated. Many thanks Rgds, Robert What changes, the column, the row or both? Ken Johnson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Ken,
Only the row changes. Thanks Rgds, Robert |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jan 3, 11:03 pm, Robert wrote:
Hi Ken, Only the row changes. Thanks Rgds, Robert Assuming DIVIDENDS RECEIVABLE is a number then maybe... =INDIRECT(A1&"!J" & MATCH(9.99E+307,J:J)) Ken Johnson |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jan 3, 11:26 pm, Ken Johnson wrote:
On Jan 3, 11:03 pm, Robert wrote: Hi Ken, Only the row changes. Thanks Rgds, Robert Assuming DIVIDENDS RECEIVABLE is a number then maybe... =INDIRECT(A1&"!J" & MATCH(9.99E+307,J:J)) Ken Johnson I have of course assumed that DIVIDENDS RECEIVED is the last entry in column J on each of the 20 sheets. I hope this is a correct assumption. Ken Johnson |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What exactly do you mean with 9.99E+307?
You can assume that DIVIDENDS RECEIVED always lies within the range J1:J100 Robert |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
countif with variabel criteria? | Excel Worksheet Functions | |||
getting the sum of variabel ranges | Excel Worksheet Functions | |||
Use a variabel | Excel Programming | |||
Use variabel as reference | Excel Programming | |||
Variabel and caption in userform | Excel Programming |