Condition needed to an existing formula

Copper Contributor

Dears,

 

I have already all the formulas working but I need a condition if it sees one of the 7 letters in TAB1 B/E/H columns etc to write the exact value letter in that cell. TAB3 are my results.

 

Example: 0:00 / S8 / 0

Example if it is a number: 7:00 / 8 / 0 

 

I want to keep the formulas as they are and to add the condition and to be able to drag them left or down and to keep the formatting. 

 

To sum up in excel words - I have 3 rows that go together all the way to ZZZ1 for example. If something changes in TAB1 to reflect in TAB3 accordingly.

 

So for example if in TAB1 cell B2 sees S8 to write in TAB3  cell B1 to write the actual letter it finds in TAB1 B column. 

 

Here is the current formula  in A1 which will stay the same, I need help for the formula in B1 below to add the condition.

='TAB1'!A2

Here is the current formula without the condition in B1:

='TAB1'!B2+@INDEX('TAB2'!$A$2:$ZY$2,1+2*INT((COLUMNS($B1:B1)-1)/3))

Here is the current formula without the condition in C1

='TAB1'!C2+@INDEX('TAB2'!$B$2:$ZY$2,1+2*INT((COLUMNS($B1:B1)-1)/3))

 

I didn't see where can I attach the file? 

 

Thank you!

0 Replies