I am having a lot of trouble here, consider the following:
=SUMPRODUCT(($AH$15:$AH$63>=$C93)*($AH$15:$AH$63<$C94)*($Y$15:$Y$63>=0.8))
In this formula Column AH represents Due Dates, cells C93 and C94 return dates between 1/1/14 and 1/1/15, and column Y returns loans with ratios >= 80% for due dates in 2014. I would like to have my users able to specify the operator (i.e. <,>,<=, etc.) from a pull-down menu in Cell D145 and type a ratio target (say .8 for 80% or 1 for 100%) into Cell E145.
I have tried to concatenate the results of cells D145 and E145 to replace the ">=" and .8 in this part of my formula ($Y$15:$Y$63>=0.8), allowing users to get results dynamically. I think I'm getting errors because Concatenation returns a string, but I cannot for the life of me figure out how to replace the variables in the equation using other cells as inputs (in this case, of course, D145 and E145.
Does anyone know how this can be done? I would very much appreciate the help of any Forum members who have dealt with problems like this one.
Thanks.![]()
Bookmarks