Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 144
Default Alert messages, running totals, connecting spreadsheets or cells

I need to be able to generate alert messages based on the result of a
calculation. I'll use the example of a checkbook and bank statement balance
to explain what I'd like to do. I need to be able to calculate running
totals, for example, as you would with your check book and that running total
needs to be connected to another spreadsheet or another cell on the same
spreadsheet (for example a bank statement running total). Also I need to
connect the two spreadsheets or areas of the spreadsheet, so that if I enter
an amount in the checkbook, it is reconciled with the bank statement balance.
I need to calculate total outstanding checks, and final checkbook balance
and final bank statement balance (& difference if they are out of balance)
and then generate either Out of Balance or Good Balance alerts. I would
appreciate any help. thank you.
--
Cheryl
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 103
Default Alert messages, running totals, connecting spreadsheets or cells

Chreryl

result in a1 = BoKu Bucks
qualifier in b1 = if(a1="BoKu Bucks",1,"")
Alert notification in c1 = if(b1=1,"Alert: You have BoKu Bucks. Share the
Wealth! I'm a socialist, I can't help it.","")

You could eliminate the c1 and just put it in b1, but I have found that I
frequently go back and concatenate() various messages as I go along because
you want to alert them for more than one thing. You want the alert near the
qualifier so the see it immediately, but you may be calculating over
a1:au10000. That makes it difficult to see any errors down there if your at
the top.

God Bless

Frank Pytel



"cheryl" wrote:

I need to be able to generate alert messages based on the result of a
calculation. I'll use the example of a checkbook and bank statement balance
to explain what I'd like to do. I need to be able to calculate running
totals, for example, as you would with your check book and that running total
needs to be connected to another spreadsheet or another cell on the same
spreadsheet (for example a bank statement running total). Also I need to
connect the two spreadsheets or areas of the spreadsheet, so that if I enter
an amount in the checkbook, it is reconciled with the bank statement balance.
I need to calculate total outstanding checks, and final checkbook balance
and final bank statement balance (& difference if they are out of balance)
and then generate either Out of Balance or Good Balance alerts. I would
appreciate any help. thank you.
--
Cheryl

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
Connecting data between 2 spreadsheets Karen Excel Worksheet Functions 2 August 7th 07 01:08 AM
running totals [email protected] Excel Discussion (Misc queries) 4 April 22nd 06 04:25 PM
Connecting Linked Spreadsheets Steve C Excel Discussion (Misc queries) 0 February 22nd 06 05:04 PM
Removing some alert messages dinesh Excel Discussion (Misc queries) 2 September 27th 05 06:23 PM
How to hide unused cells when running accumulated totals grano2 Excel Worksheet Functions 1 August 13th 05 04:07 PM


All times are GMT +1. The time now is 02:24 AM.

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"