+ Reply to Thread
Results 1 to 3 of 3

Need to find max value in range, multiply that by a number then add remaining cells

  1. #1
    Registered User
    Join Date
    03-18-2023
    Location
    New Jersey,USA
    MS-Off Ver
    365
    Posts
    3

    Need to find max value in range, multiply that by a number then add remaining cells

    Good day,

    I'm trying to find a max value in a range of 5 cells (e.g. C10: C14).
    I want to find the max value in that range, then multiply that value by an integer, located in B1. Then using that result, add the remaining values (except the MAX value) in the range to that result and put it in B2.

    Any assistance would be appreciated,
    Mike

  2. #2
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    Australia
    MS-Off Ver
    365 V2403 and WPS V2022
    Posts
    3,497

    Re: Need to find max value in range, multiply that by a number then add remaining cells

    Hi MikeBrin Welcome to the forum

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Please read and refer to this link, how to upload attachments,follow mathod 2
    https://www.excelforum.com/the-water...his-forum.html


    Post a small Excel sheet (not a picture) showing realistic & representative sample data WITHOUT confidential information
    (10-20 rows, not thousands...) and some manually calculated results. Just before posting, scroll down to GO ADVANCED, click,
    and then scroll down to MANAGE ATTACHMENTS and click again. Now follow the instructions at the top of that screen
    Last edited by wk9128; 04-22-2023 at 09:22 PM.

  3. #3
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,855

    Re: Need to find max value in range, multiply that by a number then add remaining cells

    In cell B2, try:

    =MAX(C10:C14)*B1+SUM(C10:C14)-MAX(C10:C14)

    Or rearranged for LET:
    =LET(
    rng,C10:C14,
    mx,MAX(rng),
    mx*B1+SUM(rng)-mx)

+ 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. [SOLVED] How does VBA automatically multiply the number entered in a range by a certain number
    By metrostar in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-12-2022, 11:23 AM
  2. [SOLVED] Formula required to find solitary remaining number from string
    By Marvo in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-21-2022, 02:27 PM
  3. count the same number of characters between two or three cells and update the remaining
    By perus josh in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-14-2018, 03:45 PM
  4. [SOLVED] Macro to find text and multiply by number in statement
    By Anxiety in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-19-2015, 11:14 AM
  5. Replies: 3
    Last Post: 03-22-2015, 12:30 PM
  6. Find 'value' [words] in range and multiply using another value [number]
    By Tony1100 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-05-2014, 05:21 PM
  7. Replies: 7
    Last Post: 08-15-2009, 09:09 AM

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