Not sure if this possible but looking for a formula to track reward coupons, they get a reward every time $200 is accumulated, the purchase amount is in column I7:I5000. I would like cell I3 to show how many coupons have been accumulated for every $200.
Add 1 to cell when another cell equals $200 increments
-
-
-
Attach a sample workbook
Attach a sample workbook (not a picture or pasted copy). Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.Remember to desensitize the data.
-
Maybe
=INT(SUM(I7:I5000)/200)
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!