What I am trying to do is make excel populate information automatically from one sheet to another. I'd like to say, "IF the value in ANY of the cells in a selected column are greater than 1, then populate the information in the ROW cells from which the column cell is located." I.e. if my entire column A is empty, except A46 contains a value greater than "1," then I'd like the contents of cell B46 populated. But, if say all of column A was empty except A12, then populate the contents of B12...and so on. So something like =IF(A1:A100>1,then populate the contents of cell B whatever (B being the correct column but the row would depend upon what row in column A contained a value greater than 1).
This is complicated for me to put into words, but if anyone understands and can help, it would save me an enormous amount of time. Thanks!
This is complicated for me to put into words, but if anyone understands and can help, it would save me an enormous amount of time. Thanks!