Using loops in formula
Hi, Is it possible to use loop in the column formula? For example, I have a column named TEST, and I write for (i=1, i<5, i++, :TEST=char(i)) ... but I do not get anything, that column is blank after I hit apply/OK. From the loop I am hoping to get every row in the column would be 4. Sorry for asking such a simple question, but coluldn't find the answer by quickly going thru appendix A of "Usin...