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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T14:46:19+00:00 2026-06-12T14:46:19+00:00

I presented this problem yesterday and want to shout out to VertexVortex for his

  • 0

I presented this problem yesterday and want to shout out to VertexVortex for his solution. When I implemented my demo formulas on the working copy of the worksheet, I couldn’t get it to work — the formulas on my second sheet beyond the first row aren’t outputting correctly. The original thread is here:

Original Thread

The purpose of this workbook is that as a tester runs through each step, they mark off whether the product passed or failed. If the step fails, the tester records notes as to why this happened. On the second sheet, the “executive summary”, I need it to output a list of all the steps that failed and the notes as to why it failed.

Here’s the Workbook

Here’s a screenshot of the first worksheet — the “steps” and pass/fail checkboxes

Here’s the second worksheet — where the failed steps and notes are supposed to be output

The first two formulas on the second sheet work — returning the first step that fails and the notes from that step. For those cells, thanks to VertexVortex, I used:

=INDEX(tests,MATCH(TRUE,fails,0))    ///formula for 'section/step' cell
=INDEX(notes,MATCH(TRUE,fails,0))   ///formula to output notes from first fail

I should also mention that I was told to create named ranges on the first worksheet — ‘tests’ is the column noting the section/step, ‘fails’ is the named ranged for the column containing the fail checkboxes, and ‘notes’ is the named range for the column containing the notes as to why the step failed.

The rows beyond that though have me confused — the formula worked on the demo I had setup in my previous post, but are no longer returning any values. The formulas I have are:

=IFERROR(INDEX(OFFSET(tests,MATCH(K57,tests,0),0),MATCH(TRUE,OFFSET(fails,MATCH(K57,tests,0),0),0)),"") ///formula for outputting the second 'section/step' cell that has failed
=IFERROR(INDEX(OFFSET(notes,MATCH(K57,tests,0),0),MATCH(TRUE,OFFSET(fails,MATCH(K57,tests,0),0),0)),"")  //formula to output the notes from the second fail

If there’s a way to make this happen that involves a macro or different solution, I’m all ears. I appreciate everyone’s help with this.

  • 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. Editorial Team
    Editorial Team
    2026-06-12T14:46:21+00:00Added an answer on June 12, 2026 at 2:46 pm

    OFFSET can’t work on a full column, so you should change your named ranges to actual cell ranges. make fails (and the other ranges) equal =Testing!$R$1:$R$10000 (you can edit this by pressing CTRL+F3), and this made it work for me.

    But testing this a little further, this formula breaks if there are tests/steps with the same name, like 25. Enter City/equivalent, because the ‘history’ lookup relies on starting from the name of the previous found test.

    I would suggest using a bit different method, of narrowing your range after each found TRUE, by adding a utility column in the Executive Summary worksheet (I used column H).

    In the Step and Notes columns, use

    =IFERROR(INDEX(tests,$H57),"")
    =IFERROR(INDEX(notes,$H57),"")
    

    and in the new column , in the first cell (H57), put =MATCH(TRUE,fails,0) and in the following rows,

    =MATCH(TRUE,OFFSET(fails,$H57,0),0)+$H57
    

    and this should do the trick.

    edit: I intentionally didn’t use IFERROR in the latter column, so that debugging if needed will be easier.

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

Sidebar

Related Questions

This problem has been presented in a number of posts in similar ways without
I'm having a hard time figuring this problem out - I am trying to
I know this problem has been presented here in SO and I've tried the
I have this problem that my .php file is presented as clear text in
I need your help to figure out and maybe solve this problem. I have
I could swear this was working yesterday. Now however the code below destroys the
Weird problem this. I've got a web page that fades images in and out
This is possibly a problem with possibly no optimal solution. Suppose I have a
This problem presented itself when me and my friends were studying for exams. We
I've come across this question but I don't like the solution that is presented.

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.