AUTO FILL

P

Paul

If I type a value into cell 3H and I want that same value entered
automatically for me in cell 148T what formula would I use. This would make
my job a whole lot easier. Thanks
 
D

Dave Peterson

Put this formula in T148:

=if(h3="","",h3)


If I type a value into cell 3H and I want that same value entered
automatically for me in cell 148T what formula would I use. This would make
my job a whole lot easier. Thanks
 
Top