Page 1 of 1
calculate this process
Posted: Fri Jan 15, 2010 2:41 pm
by taemoor90
how calculate this process:
(a\(b+c+d)*e)
Posted: Sun Jan 17, 2010 11:17 am
by admin
Please provide details what exactly you are asking for? tks
Posted: Sun Jan 17, 2010 5:58 pm
by taemoor90
step1-account:01-001-0001-51100
\
step2-(account:01-001-0001-51100 + account:01-001-0002-51100 + account:01-002-0001-51100)
*
step3-account: 01-000-0000-41100
attention:
41100 is electrice expenses account
51100 is sales revenues account
Posted: Mon Jan 18, 2010 1:24 am
by karthikeyanp1981
Taemoor,
what are we talking about here ? Which Module ? Which Functionality ? What is the result of your attempt ?
Please provide detailed information, to avoid topics from being deleted.
Regards,
Karthikeyan
Posted: Mon Jan 18, 2010 5:33 am
by AmanKhan
I think he is working on FSG .... ???
Posted: Wed Jan 27, 2010 4:00 am
by hiszaki
Hi taemoor
If you want to calculate this formula in the FSG, I think first you show display each step in a separate line in the FSG then calculate your formula in other external sheet (Excel) to know the result for formula.
Then make a 2 linew to calculate the formula:
First line, you make the first calculation (a/(b+c+d))
Second line, make the other operation (first line result * e).
Test first then apply
Thanks
Hisham
Posted: Sat Mar 13, 2010 8:52 am
by balukumar
for example
if we examine this
40/(5+5+10)*2
in this first we calculate by adding (5+5+10) according to BODMAS rule in mathematics
B Brackets first
O Orders (ie Powers and Square Roots, etc.)
DM Division and Multiplication (left-to-right)
AS Addition and Subtraction (left-to-right)
40/20*2
in this we first do division after that multiplication
2*2
answer is 4