B
BABs
In my document, I've entered in the following IF statement. I want it to
look at 3 cells (c2,c3,c4) in the excel sheet (sheet1) and if ANY of them are
true, insert the word "positive". If all 3 are false, it should insert
"negative" Right now, it always gives me "negative".
What have I done wrong?
{IF {LINK Excel.sheet.8 "my documents\\report info.xlsb"sheet1!r2c2} =
"TRUE" "positive" "{IF {LINK Excel.sheet.8 "my documents\\report
info.xlsb"sheet1!r2c3} = "TRUE" "positive" "{IF {LINK Excel.sheet.8 "my
documents\\report info.xlsb"sheet1!r2c4} = "TRUE" "positive" "negative"}"}"}
TIA
look at 3 cells (c2,c3,c4) in the excel sheet (sheet1) and if ANY of them are
true, insert the word "positive". If all 3 are false, it should insert
"negative" Right now, it always gives me "negative".
What have I done wrong?
{IF {LINK Excel.sheet.8 "my documents\\report info.xlsb"sheet1!r2c2} =
"TRUE" "positive" "{IF {LINK Excel.sheet.8 "my documents\\report
info.xlsb"sheet1!r2c3} = "TRUE" "positive" "{IF {LINK Excel.sheet.8 "my
documents\\report info.xlsb"sheet1!r2c4} = "TRUE" "positive" "negative"}"}"}
TIA