I think an IF formula will only be part of it since I can use that for the cutoff point. But I'm just trying to figure out how to create some "entry cells" where I would enter said data and once I hit a created "Submit" button, it would automatically put that information into one of two tables. I have a friend that programs for IBM and he says it's possible, but I hate to put this on him when he has his own work to do.
so you do have a cutoff point so you could be like "=IF((A1>10, B1),B2))" where A1 is the cell you are entering data into, B1 is the column for data points greater than 10, B2 is less than. But yeah, if you just want one entry cell (which is logical), I'm not sure how to do that.