Hi All:
Need your advice on the following problem.
I have three columns [RUN/INVEST], [MUPOR] and [CHECK] in my sheet. I also have two separate data sheets SHEET1 and SHEET2. And I want to write an if else formula as below for [CHECK] column values

if ([RUN/INVEST]1 = "Invest") then
{Look for [MUPOR]1 value in column1 of SHEET1, if found there, then [CHECK]1 = "Invest FOUND in SHEET1" else "Invest NOT FOUND in SHEET1"}
elseif ([RUN/INVEST] = "Run") then
{Look for [MUPOR]1 value in column1 of SHEET2, if found there, then [CHECK]1 = "Run FOUND in SHEET2" else "Run NOT FOUND in SHEET2"}
else
( [CHECK]1 = "NEITHER INVEST NOT RUN")
Is this kind of formula possible to develop in smartsheet. thanks for your help.
thanks
Sushil