+ Reply to Thread
Results 1 to 4 of 4

Need to print the reverse of the range

  1. #1
    Registered User
    Join Date
    03-01-2013
    Location
    india
    MS-Off Ver
    Excel 2010
    Posts
    31

    Need to print the reverse of the range

    I have attached the sample file where there is a range in question and desired out is also shown.
    I need to it using excel function.

    Thanks in advance
    Attached Files Attached Files

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Need to print the reverse of the range

    Something like:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  3. #3
    Registered User
    Join Date
    03-01-2013
    Location
    india
    MS-Off Ver
    Excel 2010
    Posts
    31

    Re: Need to print the reverse of the range

    thanks, it really works.
    Can you please help me to understand the formula that what does the below part solve the purpose in the formula.....

    ROW()+2)

    Row() gives the row number of the current selected cell but in this formula how it is giving the value and which row is selected?

    I am not getting it.

  4. #4
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Need to print the reverse of the range

    In row 2 we want the last cell of the range - so the count of nonblank cells - 0 (row number -2)
    In row 3, we want to index the count of nonblank cells - 1 (row number - 2)
    In row 3, we want to index the count of nonblank cells - 2 (row number - 2)

    Follow?

+ 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. Set print area of selected range then print preview if ok then print the document!
    By HaroonSid in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-01-2014, 07:10 AM
  2. VBA to set print range, open box asking for print qty, print, then redefine print area
    By galvinpaddy in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-11-2012, 06:43 PM
  3. Double sided print (same page on reverse)
    By dziw in forum Excel General
    Replies: 7
    Last Post: 07-31-2006, 07:51 AM
  4. Can you reverse print in Excel?
    By msleah in forum Excel General
    Replies: 1
    Last Post: 03-09-2006, 02:30 PM
  5. [SOLVED] Is it possible to print the pages of a workbook in reverse order?
    By Bawbee in forum Excel General
    Replies: 3
    Last Post: 07-15-2005, 11:05 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