Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default How can I link data in three different cells? ck# date amount

I am trying to balance a checking account in excel. I want to keep three
cells linked to one another, for example check #, Date, and amount from a
registery and then link the comparison to the banks check # while leaving
those three information linked together. For example Banks cleared date,
cleared amount, and cleared check number. I also want the register to adjust
information to match to the bank statement and show a difference between the
two amounts into a new cell.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default How can I link data in three different cells? ck# date amount

This might get you started
Ck # Date Amount String
1234 12/31/2008 100.00 1234 12/31/08 100.00

the string formula is
=A2&" "&TEXT(B2,"mm/dd/yy")&" "&TEXT(C2,"##0.00")

--
Tom


"Shiela" wrote:

I am trying to balance a checking account in excel. I want to keep three
cells linked to one another, for example check #, Date, and amount from a
registery and then link the comparison to the banks check # while leaving
those three information linked together. For example Banks cleared date,
cleared amount, and cleared check number. I also want the register to adjust
information to match to the bank statement and show a difference between the
two amounts into a new cell.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default How can I link data in three different cells? ck# date amount

This might get you started
Ck # Date Amount String
1234 12/31/2008 100.00 1234 12/31/08 100.00


the string formula
=A2&" "&TEXT(B2,"mm/dd/yy")&" "&TEXT(C2,"##0.00")

--
Tom


"Shiela" wrote:

I am trying to balance a checking account in excel. I want to keep three
cells linked to one another, for example check #, Date, and amount from a
registery and then link the comparison to the banks check # while leaving
those three information linked together. For example Banks cleared date,
cleared amount, and cleared check number. I also want the register to adjust
information to match to the bank statement and show a difference between the
two amounts into a new cell.

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
Link cells to pull specific data NM Excel Worksheet Functions 4 November 14th 08 03:26 PM
macro Excel problem link cells with Data-Validation option [email protected] Excel Discussion (Misc queries) 3 March 26th 08 10:20 AM
link with date to data worksheet Scott Excel Worksheet Functions 0 April 20th 06 02:13 AM
How to link website data to Excel cells Tony Excel Discussion (Misc queries) 4 September 28th 05 04:16 PM
Put same data in cells on two different worksheets (link?) Anthony Setting up and Configuration of Excel 4 January 12th 05 03:03 AM


All times are GMT +1. The time now is 03:25 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"