formulas.put(c1, fillCount(a));
formulas.put(d1, fillIf(a1, c, a, getSortingOper()));
formulas.put(e1, fillMatch(d));
for (Column ab : inputRelation) {
formulas.put(fg1, fillIndex(ab, e1));
fg1 = fg1.nextInRow();
}
Cell a2 = a1.nextInColumn();
Cell d2 = d1.nextInColumn();
Cell e2 = e1.nextInColumn();