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 69151
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T19:31:42+00:00 2026-05-10T19:31:42+00:00

Let’s say there is a report to compare charges with adjustments that outputs to

  • 0

Let’s say there is a report to compare charges with adjustments that outputs to excel, such that each row has the following fields:

  • Account Number
  • charge date
  • Original item number
  • Adjusted Item number
  • Original Qty
  • Adjusted Qty
  • Original amount
  • Adjusted amount
  • Original Post date
  • Adjusted Post date

I need to help a user create a view in Excel that helps them spot changes in each record. She wants it to show each record in two rows like this:

 Account  |  Date  |  O. Item  |  O. Qty  |  O. Amount  |  O. Post          |        |  A. Item  |  A. Qty  |  A. Amount  |  A. Post              

Is there anything built into Excel to allow you to group records like this? VBA is not an option in this case.

It’s okay if the cells under account and date duplicate those values, if that makes it easier. Bonus points if you can get some kind of alternating row effect that helps delimit each record (that part I can do on my own in vba later if I have to).

  • 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. 2026-05-10T19:31:43+00:00Added an answer on May 10, 2026 at 7:31 pm

    It is a little tricky, but doable. I’m looking into this currently, stand by.

    Okay, the idea is this.

    You have the following layout:

     /|    A    |    B    |    C    |    D    |    F    | -+---------+---------+---------+---------+---------+ 1| Acc No. |  Data1  |  Data1' |  Data2  |  Data2' | 2|       1 |      10 |      11 |    a    |    b    | 3|       2 |     100 |     108 |    a    |    a    | 4|       3 |      50 |      55 |    f    |    g    | 

    Make a second Sheet:

     /|  A  |  B  |    C                        |    D                        | -+-----+-----+-----------------------------+-----------------------------+ 1| A/O | Ref |  Data1                      |  Data2                      | 2|   A |   2 | =INDIRECT('Sheet1!B' & $B2) | =INDIRECT('Sheet1!D' & $B2) | 3|   O |   2 | =INDIRECT('Sheet1!C' & $B3) | =INDIRECT('Sheet1!E' & $B3) | 4|   A |   3 | =INDIRECT('Sheet1!B' & $B4) | =INDIRECT('Sheet1!D' & $B4) | 5|   O |   3 | =INDIRECT('Sheet1!C' & $B5) | =INDIRECT('Sheet1!E' & $B5) | 

    Columns ‘A/0’ and ‘Ref’ are manual, in my current model. Probably there is a way to automate them but I wanted to keep it simple. Filling down to cover an arbitrarily long input table in Sheet1 would work.

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

Sidebar

Ask A Question

Stats

  • Questions 73k
  • Answers 73k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer Seems like the issue with the missing namespace prefix for… May 11, 2026 at 1:57 pm
  • added an answer You might want to take a look here and here:… May 11, 2026 at 1:57 pm
  • added an answer Levenshtein Python extension and C library. https://github.com/ztane/python-Levenshtein/ The Levenshtein Python… May 11, 2026 at 1:57 pm

Related Questions

Let's say you create a wizard in an HTML form. One button goes back,
Let's say I'm building a data access layer for an application. Typically I have
Let's say you have a class called Customer, which contains the following fields: UserName
Let me try to explain what I need. I have a server that is
Let's say we have a simple function defined in a pseudo language. List<Numbers> SortNumbers(List<Numbers>

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.