I'm sorry but I can't think of a formula way of doing this. Perhaps
one of the 'more able' regular posters will find a way.
I'm sure that it could be done by writing a function, but I can't
help you with that.
Depending on what the rest of your spreadsheet looks like, a
workaround would be to switch the 'Move selection after Enter'
setting to "Down", then enter all the item prices down columnA, then
put =SUM(A:A) in B1, and =Count(A:A) in B2. Pretty lame I know, but
it would get the job done if you don't get a better offer.
If layout matters, you could hide all that ugly stuff on another tab,
and just reference the B1 & B2 cells onto your output tab.
If all the entries are down columnA, when its time for the next
transaction, just select the whole of ColA and hit delete.
HTH,
ScottO
| This is for a retail sale where we are trying to count the number
of items
| sold. Each item sold is input directly into A1. Example, if 28
items were
| sold, then A1 would have the sale prices like =3.00+7.25+5.50, etc
...... We
| want to have the count of items sold (28) based on the entry in A1
to appear
| in B1.
|
|
message
| | > It's going to depend a lot on the exact formula that you're using
to
| > add the numbers.
| > Can you show an example of the formula please?
| > If there is more than one possible formula style, then please
show an
| > example of each style.
| > Rgds,
| > ScottO
| >
| > | > | I want to count the number of items that are being added
together
| > in a cell.
| > |
| > | For example if A1 had =3+5+7, A1 would sum to 15 and I would
want
| > B1 to show
| > | 3 for the number of items being added.
| > |
| > | What is the best way to capture this?
| > |
| > |
| > |
| > |
| >
| >
|
|