question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Spreadsheet] Erroneous exclusion of ongoing relationships

See original GitHub issue

In the spreadsheet, if I enter an activity and mark it as partner or housemate, my intuition says what belongs in the date field is the last time I saw them, which is usually today. But the SUMIFS formula excludes everything from the last two days. I suggest replacing the formula in "Activity Log"!D1 with this:

=SUMIFS($B3:$B, $I3:$I, "One-time", $D3:$D, "<="&(TODAY()-2), $D3:$D, ">"&(TODAY()-9)) + SUMIFS($B3:$B, $I3:$I, "<>One-time", $D3:$D, ">"&(TODAY()-9))

P.S. I love this project. If you give me (linesarefuzzy@gmail.com) comment access to the spreadsheet, I’ll probably make more suggestions!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
blanchardjeremycommented, Nov 6, 2020

@linesarefuzzy Thanks for reaching out. Apologies for not getting back to you sooner! We’re definitely interested in your contributions. We’ve been hard at work with v2 of the UI and just now coming up for air to consider other aspects of the project, including the spreadsheet.

Thanks for reminding me that the “blank date = always count it” feature isn’t in the public spreadsheet. It is in the version I’ve made for my house. (I’m integrating the changes I’ve made for our house one-by-one to the public spreadsheet).

I just integrated your suggested formula adjustment added to the activity log sheet. Thanks! ✅

You can see the update in our new spreadsheet changelog: https://docs.google.com/document/d/1iwTFoCS8lOIWWm-ZzcMZ_mPHgA8tHVVA3yhKY23gDu8/edit#

0reactions
blanchardjeremycommented, Nov 7, 2020

@linesarefuzzy Ibasho made a personal choice to add it. It reduced the “Risk to others” score by 50% (doesn’t reduce your risk at all). They didn’t feel like they had enough data to publish it as an option on the public spreadsheet. The thinking behind it is “even if you did get exposed to someone, as long as they notify you that they got symptoms, you could isolate from your housemates/podmates/friends as soon as they tell you, and that would reduce the chance that. you give it to those people.”

Read more comments on GitHub >

github_iconTop Results From Across the Web

Formula Parse Errors In Google Sheets And How To Fix Them
In this post, I'll explain what a Google Sheets formula parse error is, how to identify what's causing the problem, and how to...
Read more >
Questions about Relationships, the Data Model, and Data ...
Relationships defer joins to the time and context of analysis. Tableau automatically selects what join types should be used based on the current...
Read more >
Creating a HCM Spreadsheet Data Loader Template ... - Oracle
This tutorial describes the steps to create a HSDL spreasdheet template for bulk loading new hires.
Read more >
SUMIFS in Google Sheets to sum cells with multiple criteria ...
SUMIFS in Google Sheets explained with formula examples. See how to conditionally sum cells with multiple AND as well as OR criteria.
Read more >
Worksheet - How Would You Decide - U.S. v. Alvarez
False statements about military medals merit no First Amendment protection. Falsity alone may not be enough to exclude speech from the protections of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found