Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3872202
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T21:53:58+00:00 2026-05-19T21:53:58+00:00

I have a basic excel spreadsheet like this: A B C D etc.. 10%

  • 0

I have a basic excel spreadsheet like this:

A           B           C          D       etc..
10%         219.10      34.2       6.4     etc..
6%          45.10       36.2       7.4     etc..
4%          419.10      54.2       9.4     etc..
Totals:     [SUM]       [SUM]      [SUM]   ( -- update - need totals here -- )

I would like to sum all the values in column B, C and D. Each cell value needs to be multiplied by the % in column A before doing the sum()

I could manually create a new column to contain the % calculation, and sum that column up, but I’m hoping to do it without the additional column.

I found this which I think is on the right track but am a little lost at implementing it.

(planning to write this calculation to an excel spreadsheet created from a php script based on values in a simple mysql database)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T21:53:59+00:00Added an answer on May 19, 2026 at 9:53 pm

    EDIT

    For the updated question, all you need is (in B5)

    =SUMPRODUCT(B2:B4 * $A2:$A4)
    

    Copy to the right


    For E2, use

    =SUMPRODUCT(B2:D2 * $A2)
    

    This means B2*A2 + C2*A2 + D2*A2.

    But, did you know that mathematically speaking, it is the same as

      B2*A2 + C2*A2 + D2*A2
    = A2 * (B2+C2+D2)
    

    Which is just this below?

    =A2*SUM(B2:D2)
    

    Looking at your etc, if you need to expand it rightwards, just keep column A locked in SUMPRODUCT, or use the SUM. Example below for up to J

    =SUMPRODUCT(B2:J2 * $A2)
    =A2*SUM(B2:J2)
    

    And copy down.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a sharepoint site that has an excel spreadsheet that I need to
I have an excel file that I would like to load into my form
I am a basic user of Excel. I have an automated spreadsheet with 2
I created a GPA spreadsheet in excel and have the basics working but I
A very basic question in excel. I have a column with valid and with
I have a Visual Basic program in Excel which opens Word documents and copies
I have a web application that allows a user to upload an Excel spreadsheet
Summary I have written an Excel wrapper in .NET using Visual Basic and Visual
I need help creating a string editing macro for excel in visual basic. I
This is probably a basic question, but I have been having a hard time

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.