Yeah, it's several IF statements inside a giant For Next. That makes sense what you said, It would definitely be the simplest way to code what I'm needing. I just need to decide what is the most important parameter I want to base the selection process from. I think I should be able to move on easily with this. I was just having trouble thinking because this code has consumed my mind the past week. Just had to step back from it.
Also, I'm having an issue with a particular row of cells and when the calculations are ran for it, there is an overflow due to dividing by zero because a parameter is missing. In an attempt to skip the row, I tried putting an IF statement in that was basically
but it gave me a "Next without For" error.
Does this make sense what I'm trying to do? I didn't know if it would work but I gave it a try and failed.
Bookmarks