B
BABs
If I want for word to check a range of cells to see if they're empty or not,
this works:
{ IF {LINK Excel.Sheet.8 "\\\\Server\\data\\Info.xlsb" "Client!R2C2:R10C2"
\f4 \r } = "" "No data" "There is data available" }
However, if the cells contain true/false, why won't this work?
{ IF {LINK Excel.Sheet.8 "\\\\Server\\data\\Info.xlsb" "Client!R2C2:R10C2"
\f4 \r } = "FALSE" "All entries are FALSE" "Not all entries are FALSE" }
TIA
this works:
{ IF {LINK Excel.Sheet.8 "\\\\Server\\data\\Info.xlsb" "Client!R2C2:R10C2"
\f4 \r } = "" "No data" "There is data available" }
However, if the cells contain true/false, why won't this work?
{ IF {LINK Excel.Sheet.8 "\\\\Server\\data\\Info.xlsb" "Client!R2C2:R10C2"
\f4 \r } = "FALSE" "All entries are FALSE" "Not all entries are FALSE" }
TIA