Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Scott W
 
Posts: n/a
Default Help with Worksheet issue

Hello,

I was wondering anyone could help me solve this issue.

Description of wanting to accomplish

I have two worksheets first called At a Glance and the Second called
Check Register The Check Register keeps running totals of your check book
so the cells and totals are always changing. What I would like to do is have
the At a Glance worksheet cell C6 display what ever the last entry was in
your Check Register. But since the cells change each time a new check is
entered I am not sure how I would go about doing this.

I currently have the following formula in the Check Register worksheet in
Cells H6 down to H89 =IF(AND(ISBLANK(F6),ISBLANK(G6)),"",H5-F6+G6) This adds
or subtracts from the total. Of course the F and G and H change with each
cell as I go down.

Is there away to have the last entry I made in the Check Register from
Cell Hx display in the At a Glance worksheet under Cell C6?

Thanks
Scott

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default Help with Worksheet issue

Try this for numeric entries

=INDEX(H:H,MATCH(9.99999999999999E+307,H:H))

"Scott W" wrote:

Hello,

I was wondering anyone could help me solve this issue.

Description of wanting to accomplish

I have two worksheets first called At a Glance and the Second called
Check Register The Check Register keeps running totals of your check book
so the cells and totals are always changing. What I would like to do is have
the At a Glance worksheet cell C6 display what ever the last entry was in
your Check Register. But since the cells change each time a new check is
entered I am not sure how I would go about doing this.

I currently have the following formula in the Check Register worksheet in
Cells H6 down to H89 =IF(AND(ISBLANK(F6),ISBLANK(G6)),"",H5-F6+G6) This adds
or subtracts from the total. Of course the F and G and H change with each
cell as I go down.

Is there away to have the last entry I made in the Check Register from
Cell Hx display in the At a Glance worksheet under Cell C6?

Thanks
Scott

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Scott W
 
Posts: n/a
Default Help with Worksheet issue

Paul,

Thanks, that worked great!!!

Thanks again,
Scott

"Paul B" wrote:

Scott, put this in At a Glance cell C6 and see if it will work,

=INDEX('Check Register'!H:H,MATCH(9.99999999999999E+307,'Check
Register'!H:H))
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Scott W" <Scott wrote in message
...
Hello,

I was wondering anyone could help me solve this issue.

Description of wanting to accomplish -

I have two worksheets first called "At a Glance" and the Second called
"Check Register" The "Check Register" keeps running totals of your check
book
so the cells and totals are always changing. What I would like to do is
have
the "At a Glance" worksheet cell C6 display what ever the last entry was
in
your "Check Register". But since the cells change each time a new check is
entered I am not sure how I would go about doing this.

I currently have the following formula in the "Check Register" worksheet
in
Cells H6 down to H89 =IF(AND(ISBLANK(F6),ISBLANK(G6)),"",H5-F6+G6) This
adds
or subtracts from the total. Of course the F and G and H change with each
cell as I go down.

Is there away to have the last entry I made in the "Check Register" from
Cell Hx display in the "At a Glance" worksheet under Cell C6?

Thanks
Scott




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Paul B
 
Posts: n/a
Default Help with Worksheet issue

Your welcome
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Scott W" wrote in message
...
Paul,

Thanks, that worked great!!!

Thanks again,
Scott

"Paul B" wrote:

Scott, put this in At a Glance cell C6 and see if it will work,

=INDEX('Check Register'!H:H,MATCH(9.99999999999999E+307,'Check
Register'!H:H))
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Scott W" <Scott wrote in message
...
Hello,

I was wondering anyone could help me solve this issue.

Description of wanting to accomplish -

I have two worksheets first called "At a Glance" and the Second called
"Check Register" The "Check Register" keeps running totals of your
check
book
so the cells and totals are always changing. What I would like to do is
have
the "At a Glance" worksheet cell C6 display what ever the last entry
was
in
your "Check Register". But since the cells change each time a new check
is
entered I am not sure how I would go about doing this.

I currently have the following formula in the "Check Register"
worksheet
in
Cells H6 down to H89 =IF(AND(ISBLANK(F6),ISBLANK(G6)),"",H5-F6+G6) This
adds
or subtracts from the total. Of course the F and G and H change with
each
cell as I go down.

Is there away to have the last entry I made in the "Check Register"
from
Cell Hx display in the "At a Glance" worksheet under Cell C6?

Thanks
Scott






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
Protect Workbook vs Worksheet?? Dan B Excel Worksheet Functions 3 November 7th 05 09:02 PM
Inserting Filtered RC cell information into other worksheets Dennis Excel Discussion (Misc queries) 10 July 30th 05 01:54 AM
Search/Match between 2 x separate Worksheets and populate result in third worksheet Alan Bartley Excel Discussion (Misc queries) 1 April 11th 05 05:21 AM
Weekly Transaction Processing Ralph Howarth Excel Worksheet Functions 4 January 19th 05 05:37 AM
copyright and worksheet protection dow Excel Discussion (Misc queries) 2 January 3rd 05 03:07 PM


All times are GMT +1. The time now is 09:36 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright 2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"