Forum Discussion
Abdel735
Sep 06, 2022Copper Contributor
help
Can someone help me with this fct : =IF(ISBLANK(F55));"";IF(F55='TRM DB'!G1;"'TRM DB'!G6");IF(F55='TRM DB'!H1;"'TRM DB'!H6");IF(F55='TRM DB'!I1;"'TRM DB'!I6");IF(F55='TRM DB'!J1;"'TRM DB'!J6");IF...
OliverScheurich
Sep 06, 2022Gold Contributor
=IF(ISBLANK(F55),"",IF(F55='TRM DB'!G1,'TRM DB'!G6,IF(F55='TRM DB'!H1,'TRM DB'!H6,IF(F55='TRM DB'!I1,'TRM DB'!I6,IF(F55='TRM DB'!J1,'TRM DB'!J6,IF(F55='TRM DB'!K1,'TRM DB'!K6))))))Maybe with this formula.
Abdel735
Sep 06, 2022Copper Contributor
OliverScheurich no there is a problem with the formula 😕
- OliverScheurichSep 06, 2022Gold Contributor
The corrected formula works as intended.