Identify first non blank cell
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
hegdepavithra10
9 - Comet
11-17-2020
09:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi ,
I am trying to extract the non blank value from the below table and also the adjacent blank cell next to it.
I have two columns. A2 has the sum of all rows . I want extract the last two cells such that it is it last non blank cells +1 from A1 and last non blank cell from A2.can this be achieved?
Labels:
- Labels:
- Data Investigation
2 REPLIES 2
16 - Nebula
11-17-2020
09:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This can most definitely be achieved.
1. Just filter A1 to Nulls/Empties.
2. Just in case there are multiple nulls, sample the first. See attached.
22 - Nova
11-17-2020
10:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Here is a workflow for the task.
1. Filtering columns where A1 is blank and A2 is non blank
2. Taking first occurrence of it.
Output:
Workflow:
Hope this helps 🙂
If this post helps you please mark it as solution. And give a like if you dont mind 😀👍
