Can't figure out an if statement that will allow me to move the contents of a column over to another column but down a couple of rows based on the result of a logic statement in a third row. In other words, I have a column of data in row A and B. In row C I have just one number. I would like to create a column D with the following. If the data in column A row "x" is less than the single point in column C, then 0 in row "x" column D. If the data in column A becomes equal to or greater than the the number in column C, then I would like to take all the data in column B and move it over to column D starting at row "x".
Sure would appreciate help. I've been knocking this around for a couple of weeks and can't figure out how to do it. Thanks.
Bookmarks