formula with text, numbers and formula

littlepete

Well-known Member
Joined
Mar 26, 2015
Messages
508
Office Version
  1. 365
Platform
  1. Windows
hallo,
mijn maandoverzicht voor uitgaven werkt zalig goed...
nu wil ik boven de kolommen met uitgaven het totaal, aantal en gemiddelde toevoegen.
in cel A10 staat dan bv. " =25+13+174+16 " (het lijstje met boodschappen)
als je kijkt naar cel a10 staat er " 228 "
in cel a9 wil ik graag dat er staat : " facturen: €228,00 - aantal: 4 - gemiddelde: 57,00 "
de formule blijft vastlopen...
Excel Formula:
="facturen: " & TEKST(SOM(AO10); "#,##0") & " gemiddeld: " & TEKST(SOM(AO10) / (LENGTE(AP10) - LENGTE(SUBSTITUEREN(AP10;"+";"")) + 1); "#,##0.00")
wat doe ik fout ?
laat je niet vangen vandaag ;) !
 
Met dank aan Google Translate, probeer dit eens alsjeblieft.
Credit to google translate, Please try this:
Excel Formula:
="facturen: €" & TEKST(SOM(AO10); "#.##0,00") & " – aantal: " & (LENGTE(AP10) - LENGTE(SUBSTITUEREN(AP10; "+"; "")) + 1) & " – gemiddelde: " & TEKST(SOM(AO10) / (LENGTE(AP10) - LENGTE(SUBSTITUEREN(AP10; "+"; "")) + 1); "#.##0,00")
Count days with specific balance_PAOLO7673.xlsm
ABCD
1
2
3
4
5invoices: €228.00 – count: 4 – average: 57.0025+13+174+16
6228
7
Sheet10
Cell Formulas
RangeFormula
A5A5="invoices: €" & TEXT(SUM(A6), "#,##0.00") & " – count: " & (LEN(D5) - LEN(SUBSTITUTE(D5, "+", "")) + 1) & " – average: " & TEXT(SUM(A6) / (LEN(D5) - LEN(SUBSTITUTE(D5, "+", "")) + 1), "#,##0.00")
A6A6=25+13+174+16
 
Upvote 0
Solution

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top