H Hank Sep 18, 2005 #1 How can I get the following done in Excel 2000: If cell G9 = "N/A" then cell G10 and G11 also = "N/A" Thanks
How can I get the following done in Excel 2000: If cell G9 = "N/A" then cell G10 and G11 also = "N/A" Thanks
R Ron Rosenfeld Sep 18, 2005 #2 How can I get the following done in Excel 2000: If cell G9 = "N/A" then cell G10 and G11 also = "N/A" Thanks Click to expand... See answer in .misc There is little point in multi-posting. --ron
How can I get the following done in Excel 2000: If cell G9 = "N/A" then cell G10 and G11 also = "N/A" Thanks Click to expand... See answer in .misc There is little point in multi-posting. --ron
C Cutter Sep 18, 2005 #3 Place the same formula in G10 and G11 =IF(G9="N/A",G9,"whatever") Substitute the "whatever" with the value you want showing if G9 doe not equal "N/A
Place the same formula in G10 and G11 =IF(G9="N/A",G9,"whatever") Substitute the "whatever" with the value you want showing if G9 doe not equal "N/A