Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Moving cell reference

I have 4 sheets each containing a running balance that as a transaction is
posted the balance moves to the next cell down. Example: balance is currently
in F4, I make a post that will change that balance and it will now be
displayed in F5.I want to have a summary sheet that will show the current
balance for all 4 accounts. Per some of the other posts regarding dynamic
ranges I've been trying to use
=offset(sav1!$F3,0,0,counta($F:$F),1) I've also tried the same but using
match(9999999,$F:$F) instead of count and still I am not getting the current
balance. Any help would be greatly appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Moving cell reference

Check out this link...

http://www.xldynamic.com/source/xld.LastValue.html
--
HTH...

Jim Thomlinson


"David M" wrote:

I have 4 sheets each containing a running balance that as a transaction is
posted the balance moves to the next cell down. Example: balance is currently
in F4, I make a post that will change that balance and it will now be
displayed in F5.I want to have a summary sheet that will show the current
balance for all 4 accounts. Per some of the other posts regarding dynamic
ranges I've been trying to use
=offset(sav1!$F3,0,0,counta($F:$F),1) I've also tried the same but using
match(9999999,$F:$F) instead of count and still I am not getting the current
balance. Any help would be greatly appreciated.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Moving cell reference

hi
counta counts text
count counts numbers
try this.
=OFFSET(sav1!$F3,COUNTIF(sav1!$F:$F,"0")-1,0)

regards
FSt1

"David M" wrote:

I have 4 sheets each containing a running balance that as a transaction is
posted the balance moves to the next cell down. Example: balance is currently
in F4, I make a post that will change that balance and it will now be
displayed in F5.I want to have a summary sheet that will show the current
balance for all 4 accounts. Per some of the other posts regarding dynamic
ranges I've been trying to use
=offset(sav1!$F3,0,0,counta($F:$F),1) I've also tried the same but using
match(9999999,$F:$F) instead of count and still I am not getting the current
balance. Any help would be greatly appreciated.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Moving cell reference

Thank's to both of you. FST1, I made the change and it works fine. Also, Jim,
I found the article to be very helpful in understanding how all this works.
Thank's again to both of you.

"FSt1" wrote:

hi
counta counts text
count counts numbers
try this.
=OFFSET(sav1!$F3,COUNTIF(sav1!$F:$F,"0")-1,0)

regards
FSt1

"David M" wrote:

I have 4 sheets each containing a running balance that as a transaction is
posted the balance moves to the next cell down. Example: balance is currently
in F4, I make a post that will change that balance and it will now be
displayed in F5.I want to have a summary sheet that will show the current
balance for all 4 accounts. Per some of the other posts regarding dynamic
ranges I've been trying to use
=offset(sav1!$F3,0,0,counta($F:$F),1) I've also tried the same but using
match(9999999,$F:$F) instead of count and still I am not getting the current
balance. Any help would be greatly appreciated.

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
Keep cell reference when moving range (matter of urgency) Xtian Excel Worksheet Functions 4 October 4th 07 05:10 PM
How do I keep my cell reference from moving even when I use the $. Mat_W Excel Worksheet Functions 2 October 6th 06 02:06 PM
Moving left of a cell reference jagbabbra Excel Worksheet Functions 1 June 13th 06 02:11 PM
Moving left of a cell reference jagbabbra Excel Worksheet Functions 0 June 13th 06 02:01 PM
Moving Cell Reference after Sorting [email protected] New Users to Excel 4 March 11th 06 11:06 PM


All times are GMT +1. The time now is 11:22 PM.

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"