+ Reply to Thread
Results 1 to 17 of 17

Calculate the amount (£) using a formula

Hybrid View

  1. #1
    Registered User
    Join Date
    04-09-2020
    Location
    Waterlooville
    MS-Off Ver
    2016
    Posts
    8

    Calculate the amount (£) using a formula

    Good morning everyone,

    I am new to this forum and I require some help, if possible. There is probablly a very simple solution to my problem but is well above my level of competence. I do appologse if this is not a great challenge to you guys, I know you like a challenge!

    I have started with a new company working as a self employed member of staff and therefore need to devise my own timesheet.

    I have put together a spreadsheet and need to create a a number of different formulae in order to remove human error.

    I have attached an extract of my excel worksheet which will hopefully help. Basically if I enter the number 4 in B3 I would like it to multiplie by the amount in B2 and totals the amount of the entire row in D3 and column in B7. I would need to do this for each cell in all columns and rows in my worksheet




    Any help you can give to me would be fantastic guys.

    Here's hopefull

    Gordon
    Attached Images Attached Images
    Last edited by gbleslie029; 04-09-2020 at 06:11 AM.

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,650

    Re: Calculate the amount (£) using a formula

    Hi Gordon,

    Please read the yellow banner at the top of the page. Or skip to extended version of it below:

    Will you please attach a SMALL sample Excel workbook(s) (10-20 rows of data is usually enough)? Please don't attach a picture of one (no-one will want to re-type all your stuff before starting).

    1. Make sure that your sample data are truly REPRESENTATIVE of your real data. (If there are typical cases like: all unique values/duplicates could occur, day/night, nobody present/several persons at once, before/on/past due, empty cells between data, mixed text/numbers, etc. - please show them all, or at least indicate in text). The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired solution(s) is/are also shown (mock up the results manually).

    3. Make sure that all confidential/restricted information (either personal or business) like real e-mails, social security numbers, bank accounts, etc. is removed first!!

    To attach an Excel file you have to do the following (paperclip icon does not work!): Just before posting, scroll down and press Go Advanced button and then scroll down and press Manage Attachments link. Now follow the instructions at the top of that pop-up screen.


    Basically, you will need IF formula (to check if B2 is filled , if not - no result is expected, and some text manipulating formulas as B1 on screenshot is text with number "embedded inside" and cannot be directly used for math operations in excel.
    Best Regards,

    Kaper

  3. #3
    Registered User
    Join Date
    04-09-2020
    Location
    Waterlooville
    MS-Off Ver
    2016
    Posts
    8

    Re: Calculate the amount (£) using a formula

    I have now posted an extract from my worksheet. Sorry!

    I have amended the original slightly and is not the same as the image I attached to my original post (unable to delete from original image from post).

    Thank you
    Attached Files Attached Files
    Last edited by gbleslie029; 04-09-2020 at 06:22 AM.

  4. #4
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,650

    Re: Calculate the amount (£) using a formula

    You could use something like (see attachment as Pound sign does not copy well here):
    Formula: copy to clipboard
    =SUMPRODUCT(Table2119123[@[L10]:[L30]],--SUBSTITUTE(Table2119123[[#Headers],[L10]:[L30]],"L",""))
    =SUM(B3:B6)*SUBSTITUTE(Table2119123[[#Headers],[L10]],"L","")
    Of course you could work on standard ranges like B$2:C$2 instead of Table2119123[[#Headers],[L10]:[L30]]

    But general concept would be to use just numbers (10 and 30) in header and only format it as currency or accounting, to see pound sign there, for instance in such a way, as I did with results of the formulas.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    04-09-2020
    Location
    Waterlooville
    MS-Off Ver
    2016
    Posts
    8

    Re: Calculate the amount (£) using a formula

    Thank you so much Kaper, your help on this is greatly apprecaited. Just the job!

  6. #6
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,650

    Re: Calculate the amount (£) using a formula

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, as a relatively new member of the forum, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

  7. #7
    Registered User
    Join Date
    04-09-2020
    Location
    Waterlooville
    MS-Off Ver
    2016
    Posts
    8

    Re: Calculate the amount (£) using a formula

    Good morning

    I have now had the opportunity to look at what you have done, thank you again. The spreadsheet I submitted was an extract of the original sheet and I might have confused things.my sheet. Based on the advise given I have amended the sheet slightly.

    I have used a basic formula, for the tally of each column, so that bit is sorted.

    I have been trying to amend the SUMPRODUCT function, Kaper did for me, to include all columns in my table and can't seem to work it out. As work around I have added a long winded formula to the the calculation. If there is a simpler way to do this it would be appreciated.

    =SUMPRODUCT(B3*$B$2)+(C3*$C$2)+(D3*$D$2)+(E3*$E$2)+(F3*$F$2)+(G3*$G$2)+(H3*$H$2)+(I3*$I$2)+(J3*$J$2)+(K3*$K$2)

    I cant find GO Advanced to upload the new spreadsheet?

    Again any help would be fantastic.

    Kind regards

    Gordon

  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,448

    Re: Calculate the amount (£) using a formula

    Click EDIT POST to edit post #7 and you will find the link bottom right.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  9. #9
    Registered User
    Join Date
    04-09-2020
    Location
    Waterlooville
    MS-Off Ver
    2016
    Posts
    8

    Re: Calculate the amount (£) using a formula

    Hi AliGW

    Unfortunately, it is not there. However, now that I have clicked on your message it has appeared. It is now attached, I think!
    Attached Files Attached Files

  10. #10
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,448

    Re: Calculate the amount (£) using a formula

    LOL!!! It was there, you just didn't see it. No need to click on my post to do anything!!! I'm glad you found it.

  11. #11
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,448

    Re: Calculate the amount (£) using a formula

    The formula in the new attachment bears no resemblance to the one that you were given in post #4!!!

    Explain in WORDS what you are expecting it to do and provide an updated workbook with manually entered expected results (3-4 will do).

  12. #12
    Registered User
    Join Date
    04-09-2020
    Location
    Waterlooville
    MS-Off Ver
    2016
    Posts
    8

    Re: Calculate the amount (£) using a formula

    You are right it doesn't, I couldn't get the formula from Kaper to work across all columns so I decided to try something diffferent albeit cumbersome.

    The formula I have entered in column L does work but it is very long winded (#9). I would like a formula to calculate B3*B2 + C3*C2 + D3*D2 and so on, with the final total for row 3 in L3 and so on down the rows.

    Hope that makes sense!
    Attached Files Attached Files

  13. #13
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,650

    Re: Calculate the amount (£) using a formula

    How about
    Formula: copy to clipboard
    =SUMPRODUCT($B$2:$K$2,B3:K3)
    in L3 and copy down?
    B39 (and next cells right) look well for me.

  14. #14
    Registered User
    Join Date
    04-09-2020
    Location
    Waterlooville
    MS-Off Ver
    2016
    Posts
    8

    Re: Calculate the amount (£) using a formula

    Brilliant Kaper. Works a treat.

  15. #15
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,448

    Re: Calculate the amount (£) using a formula

    See post #12.

  16. #16
    Registered User
    Join Date
    04-09-2020
    Location
    Waterlooville
    MS-Off Ver
    2016
    Posts
    8

    Re: Calculate the amount (£) using a formula

    Yep seen it! Thank you for looking at this for me, it is much apprecaited, AliGW

    I do have another issue if you are bored (in lockdown) and want a challenge? cheeky I know, but if you dont ask

  17. #17
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,448

    Re: Calculate the amount (£) using a formula

    Bored!!! You have no idea ...

    I am a teacher, but also responsible for timetabling, so at the start of the Easter break, the Dep. Head Academic said, "Hey! We're doing remote learning now and Y11 have no exams, so let's write a whole new timetable that works better for remote learning and a whole new curriculum for Y11. Oh, and it needs to be ready immediately after Easter."

    I haven't had time to get bored yet ...

    Please start a new thread for the new issue.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 05-08-2019, 02:47 PM
  2. Formula to calculate Amount Paid and Amount Past Due
    By TinaAlldredge in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-11-2016, 09:19 AM
  3. [SOLVED] Calculate Projected Annual amount from Dollar value (Amount) and varying time intervals
    By old dawg in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-16-2016, 07:29 PM
  4. Replies: 2
    Last Post: 11-21-2014, 09:35 AM
  5. [SOLVED] Calculate dollar amount paid if between a to and from amount
    By oxicottin in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-21-2012, 08:01 PM
  6. How can I calculate amount of time left based on amount spent?
    By KLD in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-23-2006, 11:25 AM
  7. [SOLVED] How do I calculate Amount of Sales Tax from Total Amount?
    By MikeS in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-26-2005, 04:06 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1