kimparker0261
New Member
- Joined
- Jan 8, 2019
- Messages
- 30
In my spread sheet
In cell I10, I need a formula that would input the date out of cell ,Input!G10 if the data is greater than zero and if it is less then zero then delete the row all together..
form.
This is the formula that I have currently
=IF(Input!G10>0,Input!I10,"")
However I need this formula to be able to delete the row if the argument is true that the column is greater than 0.
In cell I10, I need a formula that would input the date out of cell ,Input!G10 if the data is greater than zero and if it is less then zero then delete the row all together..
form.
This is the formula that I have currently
=IF(Input!G10>0,Input!I10,"")
However I need this formula to be able to delete the row if the argument is true that the column is greater than 0.