Hello all,
So I have formulated an "IF" function as per below:
=IF(H486:H489>7.99,0.33,0.17)
But when I apply it to the following table, it's not returning the desired value....what could be the cause of this? Thank you in advance.
Capture.JPG
Hello all,
So I have formulated an "IF" function as per below:
=IF(H486:H489>7.99,0.33,0.17)
But when I apply it to the following table, it's not returning the desired value....what could be the cause of this? Thank you in advance.
Capture.JPG
Formula:
=IF(H486>7.99,0.33,0.17)
and copy down or
Formula:
=IF(or(H486>7.99,H487>7.99,H488>7.99,H489>7.99),0.33,0.17)
Best Regards,
Kaper
Thank you so much for your response Kaper!
What i am trying to achieve, is if the sum of 4 rows combined is greater than 8, then the 0.33, if not, then 0.17.
Thank you!
Sorry....greater than 7.99
Please note that there is a 1 as well in h486.
Thank you so much! That was the problem....how could I have overlooked that. Again, thank you so much!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks