Using Excel 2010.
I want Excel to alert me if a cell value is NOT equal Base or 2*Base, but when a call is NOT Base, it could be 2*Base, or vice versa; hence Excel always tell me it is wrong.
How should I modify my below code? Thank you
Sub SubTotal_test()
Dim k, i, j, minim, countleft...