#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel

I am using my Excel for a simple bookkeeping program with bill payees on the
left and months across the top. After input, I found that each cell would
not accommodate more than one amount. I also cannot figure a way for SUM
horizonally without changing everything around and have the months on the
left and payees on top...Is there a way? Please help...

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Excel

XL is not designed to have several items in the same box (e.g. $12 $15)
have to be in separate cells.
Is this what you were trying to do? If so you could put =12+15

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 923
Default Excel

You cannot have more than one value in a single cell, try using multiple
rows / columns per entry.

To sum either vertically or horizontally use the sum function. e.g.....

=SUM(A1:A30) for a column or =SUM(A1:Z1) for a row etc.



--
Cheers
Nigel



"Kemosobe" wrote in message
...
I am using my Excel for a simple bookkeeping program with bill payees on

the
left and months across the top. After input, I found that each cell would
not accommodate more than one amount. I also cannot figure a way for SUM
horizonally without changing everything around and have the months on the
left and payees on top...Is there a way? Please help...



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 99
Default Excel

Hi

Design your app like a database!

All entries are entered on Payments or Transactions or whatever sheet, which
contains a table like
Date, Unit (or Person), Account, Sum, ...

(The Account column is used to identify different transactions and group
them (like Income: selling, services, .., and Outcome: buying, salaries,
taxes, ...)
Additionaly you may have separate sheets, where Units, Accounts etc. are
listed - you can use them as data validation list sources for main input
table.

You can have an unlimited number of different report sheets, where you can
select conditions, and all needed data is displayed through formulas from
input sheet. And you are absolutely free to design those reports as you like
am best.


Arvi Laanemets



"Kemosobe" wrote in message
...
I am using my Excel for a simple bookkeeping program with bill payees on

the
left and months across the top. After input, I found that each cell would
not accommodate more than one amount. I also cannot figure a way for SUM
horizonally without changing everything around and have the months on the
left and payees on top...Is there a way? Please help...



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



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