Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

excel SUM question

  • 24-01-2008 12:45pm
    #1
    Registered Users, Registered Users 2 Posts: 5,356 ✭✭✭


    Hi,

    I'm trying to get a SUM working on my Excel

    What i want is X -23% +21% (X being the figure)

    i've tried =SUM(D2/1.23*1.21) and =SUM(D2/0.23*0.21) does work.

    any ideas?


Comments

  • Registered Users, Registered Users 2 Posts: 760 ✭✭✭p15574


    If the sum is in cell A1, try this:

    =(A1 * 0.77) * 1.21


  • Registered Users, Registered Users 2 Posts: 5,356 ✭✭✭NeVeR


    ya that worked.

    I dont normally use excel.. didnt know i could put things outside the ()

    thanks.


  • Closed Accounts Posts: 6,151 ✭✭✭Thomas_S_Hunterson


    NeVeR wrote: »
    ya that worked.

    I dont normally use excel.. didnt know i could put things outside the ()

    thanks.

    It may be worth noting that the =SUM() operation is to add values in a range of fields, it is not required in a situation such as this where you are just taking a value from one field and applying two multiplication operations to it.


Advertisement