Hi = I've been fumbling around and cannot figure this out. If someone can help, I would really appreciate it.
Cell A1= If any % in a moving list (Column M; i.e. the top number will be abs val'd and the list will grow as we pull down) is greater than 50%, then a cell is multiplied by 10%...
if any of the numbers in the list are less than or greater to 50%, then there's one more "if" statement based on this being correct (i.e. one of the %s in the list are less than 50%). If there's a % in the list less than 50% then the test is whether the % in the current row/cell (not the full list) is < or > 50%. If the current cell is >50%, then a cell is multiplied by 10% or if the current cell is <50% then a cell is multiplied by 25%.
a doozy for me at least
Thank you!!
Cell A1= If any % in a moving list (Column M; i.e. the top number will be abs val'd and the list will grow as we pull down) is greater than 50%, then a cell is multiplied by 10%...
if any of the numbers in the list are less than or greater to 50%, then there's one more "if" statement based on this being correct (i.e. one of the %s in the list are less than 50%). If there's a % in the list less than 50% then the test is whether the % in the current row/cell (not the full list) is < or > 50%. If the current cell is >50%, then a cell is multiplied by 10% or if the current cell is <50% then a cell is multiplied by 25%.
a doozy for me at least
Thank you!!