A amn220 Jul 12, 2008 #1 I need help to write a formula to move information from cell A to cell B only if cell A is less than a perticular value. Thanks Andy
I need help to write a formula to move information from cell A to cell B only if cell A is less than a perticular value. Thanks Andy
S Skinman Jul 12, 2008 #2 In B1 enter this Formula :- =IF(A1<10,A1,"") Put your own value where the 10 is Skinman