Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi, I Wonder if any one can help?, what I would like to do is in cell A1 add
up a load of numbers by using the = sign and then 10+8+9 and so on, then in cell A2 I would like to have a formula that would add up the number of numbers I key in so A2 would be 3 in this example. Thank you in advance ,Tommy. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Select A2
Then use: Insert|Name|Define In the "Names In Workbook" box, type: GetFormulaAbove In the "refers to box", type: =GET.FORMULA(A1) Then use this formula in A2: =LEN(GetFormulaAbove)-LEN(SUBSTITUTE(GetFormulaAbove,"+","")) +(LEN(GetFormulaAbove)0) tommy wrote: Hi, I Wonder if any one can help?, what I would like to do is in cell A1 add up a load of numbers by using the = sign and then 10+8+9 and so on, then in cell A2 I would like to have a formula that would add up the number of numbers I key in so A2 would be 3 in this example. Thank you in advance ,Tommy. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding cells | Excel Discussion (Misc queries) | |||
Need help w/ adding cells and dividing SUM by number of cells | Excel Worksheet Functions | |||
Adding only cells with an X in it | Excel Discussion (Misc queries) | |||
Adding colour to a range of cells based on one of the cells v... | Excel Discussion (Misc queries) | |||
Adding Cells | Excel Worksheet Functions |