I want to insert a blank row if a condition is met.
Each Tile represents a group rows associated with a record (after a subsequent transpose). Each Tile should have 7 rows associated with it -- as exemplified by Tile #28. Tiles #22, 24, and 26 only have 6 rows (i.e. they are missing a row).
Looking at Tile #28... Sequence #3 should always be "USAF." Sequence #5 should always include "-16" (F-16, YF-16, KF-16, etc.). Sequence #4 in Tile #28 is "USAF 310 TFTS" (this list he value for Squadron). Sequence #4 does not exist in Tiles #22, 24, or 28. If it does not exist, I need to insert a row after Sequence #3 to account for the missing Squadron value.
