Forum Discussion
JasonWATCH
Sep 01, 2022Copper Contributor
Issue - SI(CHERCHE)
Dear all, I am having an issue in an excel file regarding the function IF(SEARCH). I need to use three of the fuctions in the same cell, but it only works for the first line. Here is the ...
- Sep 01, 2022
=SI(ESTNUM(CHERCHE("JULIAN";A3));0,4;SI(ESTNUM(CHERCHE("LADY";A3));0,7;SI(ESTNUM(CHERCHE("LESLIE";A3));0,9)))
You can try this formula.
OliverScheurich
Sep 01, 2022Gold Contributor
=SI(ESTNUM(CHERCHE("JULIAN";A3));0,4;SI(ESTNUM(CHERCHE("LADY";A3));0,7;SI(ESTNUM(CHERCHE("LESLIE";A3));0,9)))
You can try this formula.
JasonWATCH
Sep 01, 2022Copper Contributor
OliverScheurich It worked !! Thanks so much.