Hi all,
Appreciate the assist with a weird one I have.
I dump some report data into multiple tabs and have Tab1 as an overall summary but stumped on an efficient way to skip/insert blank cells based on a reference to another tab. I'll attempt to describe my problem with a Tab-Cell reference format below:
Tab1-A1 is filled by reference to Tab2-A1 (lets say some sort of requisition ID# like "REQ111". [Therefore the result in Tab1 cell A1 = Tab2 cell A1 i.e. "REQ111"]
Tab1-A2 is filled by reference to Tab2-A2 REQ222
Tab1-A3 is filled by reference to Tab2-A3 REQ333
However...
Tab1-A4 is filled by reference to Tab2-A4 SUP111
Tab1-A5 is supposed to be filled by reference to Tab2-A5 but because the previous ID# begins with something other than "REQ" I want to leave Tab1-A5 BLANK
Then as a continuation...
Tab1-A6 is filled by reference to Tab2-A5 REQ444 <= In Tab2, the data dump doesn't have any breaks or blanks. It's only in Tab1 where I want the blank cell, once a blank cell is inserted I need it to continue from Tab2 where it left off.
If Tab2 had 1000 rows of data, of which 56 of those begin with something other than "REQ" then in Tab1 I'd have a grand total of 1056 rows where 56 are blank.
I plan to fill in this blanks by some other conditional formula which I'll tag on later but I'm stuck on the insert blank but continue piece.
Can't/don't want to VBA or powerQuery as those are beyond scope of the staff who will use this file later on.
Thanks in advanced.
Cheers.
Appreciate the assist with a weird one I have.
I dump some report data into multiple tabs and have Tab1 as an overall summary but stumped on an efficient way to skip/insert blank cells based on a reference to another tab. I'll attempt to describe my problem with a Tab-Cell reference format below:
Tab1-A1 is filled by reference to Tab2-A1 (lets say some sort of requisition ID# like "REQ111". [Therefore the result in Tab1 cell A1 = Tab2 cell A1 i.e. "REQ111"]
Tab1-A2 is filled by reference to Tab2-A2 REQ222
Tab1-A3 is filled by reference to Tab2-A3 REQ333
However...
Tab1-A4 is filled by reference to Tab2-A4 SUP111
Tab1-A5 is supposed to be filled by reference to Tab2-A5 but because the previous ID# begins with something other than "REQ" I want to leave Tab1-A5 BLANK
Then as a continuation...
Tab1-A6 is filled by reference to Tab2-A5 REQ444 <= In Tab2, the data dump doesn't have any breaks or blanks. It's only in Tab1 where I want the blank cell, once a blank cell is inserted I need it to continue from Tab2 where it left off.
If Tab2 had 1000 rows of data, of which 56 of those begin with something other than "REQ" then in Tab1 I'd have a grand total of 1056 rows where 56 are blank.
I plan to fill in this blanks by some other conditional formula which I'll tag on later but I'm stuck on the insert blank but continue piece.
Can't/don't want to VBA or powerQuery as those are beyond scope of the staff who will use this file later on.
Thanks in advanced.
Cheers.