how to automaticaly copy the value of B3 to E5 while inputing value in B3?
C chart maker Jul 3, 2006 #1 how to automaticaly copy the value of B3 to E5 while inputing value in B3?
D Dave Peterson Jul 3, 2006 #2 How about just make E5 retrieve the value from B3? =B3 or better if B3 could be empty: =if(b3="","",b3)
How about just make E5 retrieve the value from B3? =B3 or better if B3 could be empty: =if(b3="","",b3)