+ Reply to Thread
Results 1 to 7 of 7

Merging fields to carry over figures

Hybrid View

  1. #1
    Registered User
    Join Date
    02-19-2007
    Posts
    30

    Merging fields to carry over figures

    Hi there please see attached if you need details of my problem.

    I have an invoice i created but need to use seperate columns for pounds and pence. If the pence column is greater than £0.99 is there a way to ensure that the field displays just the pence but ammends another field with the additional value.

    Many Thanks
    Mark
    Attached Files Attached Files

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Merging fields to carry over figures

    Using your example file:

    Z57: 
    =SUMPRODUCT(--(0&Z27:Z54))+INT(SUMPRODUCT(--(0&AC27:AC54))/100)
    
    AC57: 
    =MOD(SUMPRODUCT(--(0&AC27:AC54)),100)

  3. #3
    Registered User
    Join Date
    02-19-2007
    Posts
    30

    Re: Merging fields to carry over figures

    Thanks for your very swift response,

    That works a treat.

    How would i calculate the same response in the VAT fields with the VAT @ 15%

    Cheers Mark

  4. #4
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Merging fields to carry over figures

    perhaps

    Z59: =INT(SUM($Z57,$AC57/100)*15%)
    
    AC59: =100*MOD(SUM($Z57,$AC57/100)*15%,1)

  5. #5
    Registered User
    Join Date
    02-19-2007
    Posts
    30

    Re: Merging fields to carry over figures

    Fair play i had a go using the formula you provided in the first but failed miserably.

    Final question what would i put to finish the sum in the total box below.

    Prob should have said on the last post, sorry for being a pain.

    Kindest Regards
    Mark

  6. #6
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Merging fields to carry over figures

    If I've understood

    Z61: =SUM(Z57,Z59,(AC57+AC59)/100)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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