How can I get this done: IF G9="N/A", then G10 and G11="N/A" ? Thanks
R Ron Rosenfeld Sep 18, 2005 #2 How can I get this done: IF G9="N/A", then G10 and G11="N/A" ? Thanks Click to expand... G10: =G9 G11: =G9 or G10: =IF(ISNA(G9),NA(),"something else") G11: =IF(ISNA(G9),NA(),"something else") --ron
How can I get this done: IF G9="N/A", then G10 and G11="N/A" ? Thanks Click to expand... G10: =G9 G11: =G9 or G10: =IF(ISNA(G9),NA(),"something else") G11: =IF(ISNA(G9),NA(),"something else") --ron