+ Reply to Thread
Results 1 to 7 of 7

Can this formula be simplified?

  1. #1
    Registered User
    Join Date
    06-11-2014
    Posts
    15

    Can this formula be simplified?

    Hi. I have various sheets in my workbook for clients. Columns AB:AJ is a sort of extended trial balance. Columns W:Y in one row would need specific amounts from columns AE:AF.

    Each financial year end would have its own extended trial balance and I would put the year end date somewhere down column AB.

    My formula in a cell in column W needs to find the date in the same row in column A in column AB and then offset to the figure in AF minus the figure on the same row in AE.

    My current formula works, but I am just wondering if it can be simplified. In this formula below it is looking for the date I entered in cell A24:

    =OFFSET(INDIRECT(MID(CELL("address",INDEX($AB:$AB,MATCH($A24,$AB:$AB,0))),FIND("$",CELL("address",INDEX($AB:$AB,MATCH($A24,$AB:$AB,0))))+0,255)),18,4)-OFFSET(INDIRECT(MID(CELL("address",INDEX($AB:$AB,MATCH($A24,$AB:$AB,0))),FIND("$",CELL("address",INDEX($AB:$AB,MATCH($A24,$AB:$AB,0))))+0,255)),18,3)

    Thanks,
    Ray
    Last edited by Ray1971; 06-04-2019 at 03:44 PM. Reason: Problem solved

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Can this formula be simplified?

    It will be difficult to say without having a sample sheet to test on.

    I recommend uploading a small representative sample of your data along with the desired results (which you can enter manually) based on that data.

    To upload an Excel workbook, follow these steps:
    1) Click on "Go Advanced"
    2) Click on "Manage Attachments"
    3) Click on "Choose File"
    4) Choose your file and click on "Open"
    5) Click on "Upload"
    6) Click on "Close this window"

  3. #3
    Registered User
    Join Date
    06-11-2014
    Posts
    15

    Re: Can this formula be simplified?

    Thanks - Sample sheet attached
    Attached Files Attached Files

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Can this formula be simplified?

    Try this in X24:

    =INDEX(AF:AF-AE:AE,MATCH(A24,AB:AB,0)+20)

  5. #5
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Can this formula be simplified?

    Use +18 for column W and +21 for column Y.

    You can hide #N/A errors with IFERROR if you need to.

  6. #6
    Registered User
    Join Date
    06-11-2014
    Posts
    15

    Re: Can this formula be simplified?

    Excellent! Thank you 63falcondude.

  7. #7
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Can this formula be simplified?

    Happy to help. Thanks for the rep!

+ 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] Simplified Version of This Formula?
    By Kogen in forum Excel General
    Replies: 3
    Last Post: 09-10-2018, 03:19 PM
  2. Simplified Counting Formula
    By gassiusmax in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-12-2018, 07:37 AM
  3. [SOLVED] SUMIFS Formula to be simplified
    By Jexcel2012 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-20-2018, 01:13 PM
  4. [SOLVED] Suggest Simplified Formula
    By kundanlal in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-09-2016, 06:47 AM
  5. Replies: 0
    Last Post: 02-05-2016, 08:14 AM
  6. Can Formula Be Simplified?
    By natei6 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-31-2007, 04:56 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