Please help LRC!
This is probably a simple fix, but I'm not too familar with EXCEL.
I have a report, which asks a question (A1) with several follow-up questions (A2:A10) based upon the main question.
If the main answer is not applicable, I have figured out how to display, "N/A" in cell A1. =IF(A1=TRUE,"N/A",SUM(A1:A10)).
Instead of just displaying "N/A" in cell A1, I would like it to be displayed in the series of cells, A1 through A10?
Thanks for any assistance...