+ Reply to Thread
Results 1 to 5 of 5

Result without helper columns

  1. #1
    Forum Contributor
    Join Date
    03-11-2011
    Location
    Nepal
    MS-Off Ver
    MS Excel 2024
    Posts
    1,384

    Result without helper columns

    Hi,

    I have worked on some solution which is received fine.But the problem is that it has been done with helper column.What I want is to get directly the result without using helper column.

    My final Results are at AM:AS
    Helper columns are-AD:AJ
    Main data is U column which is to be adjusted at columns V:AB in ascending order.I have mentioned 1,2,3,4,5,6,7 just for understanding purposes.

    I hope this would help to comprehand.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2019
    Posts
    4,542

    Re: Result without helper columns

    Try, =MIN(MAX(0,SUM(V123:$AB123)-$U$123),V123), copy across.

  3. #3
    Forum Contributor
    Join Date
    03-11-2011
    Location
    Nepal
    MS-Off Ver
    MS Excel 2024
    Posts
    1,384

    Re: Result without helper columns

    Seems to have got the same result.Can you explain so that I can use it for solving issues in future.

  4. #4
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2019
    Posts
    4,542

    Re: Result without helper columns

    3 steps:
    (1) Cumulative SUM in range V123:AB123 (sum backwards) less value in cell U123
    (2) Ignore negative values in step (1)
    (3) Take the minimum values in step (2) and original values in range V123:AB123
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    03-11-2011
    Location
    Nepal
    MS-Off Ver
    MS Excel 2024
    Posts
    1,384

    Re: Result without helper columns

    Thanx for the explanation.

+ 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] Formula to count number of Vlookup result without helper column
    By jp16 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 10-19-2018, 04:26 AM
  2. [SOLVED] Conditional Formating without helper columns
    By pauldaddyadams in forum Excel General
    Replies: 4
    Last Post: 08-01-2018, 08:31 AM
  3. Sort by helper column even if values in helper are alike
    By NoSleepForMe in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-10-2016, 04:14 AM
  4. multiple helper columns
    By ammartino44 in forum Excel General
    Replies: 6
    Last Post: 03-25-2015, 02:52 PM
  5. [SOLVED] Get rid of helper columns
    By YasserKhalil in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-24-2014, 05:26 PM
  6. Why do most refuse to use helper columns?
    By Fotis1991 in forum The Water Cooler
    Replies: 23
    Last Post: 12-02-2012, 10:11 AM
  7. Helper columns
    By Blake 7 in forum Excel General
    Replies: 3
    Last Post: 02-23-2011, 06:42 AM

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