+ Reply to Thread
Results 1 to 2 of 2

Transform specific range into entire column range

  1. #1
    Forum Contributor
    Join Date
    12-03-2021
    Location
    Brussels
    MS-Off Ver
    Microsoft 365
    Posts
    186

    Transform specific range into entire column range

    Please check the attachment below.

    In "Overview" > Cell C3, I have the below formula

    =SUMIFS(REVENUES!$K$2:$K$60,REVENUES!$D$2:$D$60,$A3,REVENUES!$M$2:$M$60,C$2)

    I want to transform the specified range 2:60 into the entire column. I tried changing it as $K$K for the first one for instance, but it didn't work, unless I missed something?

    I know it's not recommended for performance reason, but entire column ensures no value ever get missed.

    Your help is appreciated. Thanks
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,612

    Re: Transform specific range into entire column range

    Well, it's $K:$K
    But if you don't want to use a structured table you can use dynamic named ranges:
    BILL_YEAR =REVENUES!$D$2:INDEX(REVENUES!$D:$D,Rec_Count)
    Rec_Count =MATCH("ZZZZZ",REVENUES!$A:$A)
    STATUS =REVENUES!$M$2:INDEX(REVENUES!$M:$M,Rec_Count)
    TOTAL_HTVA =REVENUES!$K$2:INDEX(REVENUES!$K:$K,Rec_Count)


    C3:
    Please Login or Register  to view this content.
    Ben Van Johnson

+ 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. refactoring for speed: does range("B:B") select entire column or only used range
    By foxtrotter in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-29-2019, 02:15 PM
  2. [SOLVED] search specific text in a range (row) and copy entire column to another worksheet
    By pmchris in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-27-2019, 07:40 PM
  3. Transform Single Column to Range
    By agentx95 in forum Excel General
    Replies: 5
    Last Post: 04-05-2019, 05:58 AM
  4. Filter range, copy range (not entire column), paste in another worksheet
    By LukeNZ in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-21-2018, 08:28 AM
  5. [SOLVED] Got range of a cell, now modify that to be range of entire column
    By ShawnW in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 07-19-2013, 11:46 AM
  6. Transform a 365 cells range value into 12 rows / 31 col. range?
    By nikenis in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-17-2013, 10:49 AM
  7. [SOLVED] Cond. formatting a column/Range, highlight cell in column/range if equal to specific text
    By DFrank231 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-19-2013, 03:35 PM

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