Hello and thank you for your help! I am writing a formula to help me calculate coupon deals for my shopping trip.
My store doubles coupons $.99 or under, so I need a formula that does the following:
If the value in cell D2 is less than $1.00, multiply the value by 2 and spit it out in D3.
I tried writing my own formula but it is not working, obviously :( =PRODUCT(IF(D2<"$1.00")D2 * 2)
Any ideas?
Somethign like this should do the trick, giving you the double amount if < $1, otherwise giving you the non-doubled amount.
("," might have to be ";" depending on Excel's whims and localisation settings :) )