Date Formula Query

Brentwood

New Member
Joined
Mar 25, 2018
Messages
8
Hi,

Struggling to get my head around how to create this formula.

I need a formula that will only apply a 10% discount if the item was purchased before a specific date.

Any ideas?

Thanks,
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Hi,

Something like this will get you started:


Book1
ABCD
1Discount Expiration DatePurchase DatePurchase PriceFinal Price
23/20/20183/21/2018100100
33/19/2018150135
Sheet1
Cell Formulas
RangeFormula
D2=IF(B2<=A$2,C2*0.9,C2)


D2 formula copied down.
 
Upvote 0
Got your PM Brentwood, it's best if you can post your question and sample here.

But it's prohibited to help you Take or Past a Test, so you'll probably not receive any response.
 
Upvote 0
Hey Jtakw,

Wasn't looking for someone to take the test, just some advice/tips on which formulas you would recommend me to use.

Thanks
 
Upvote 0
If you post Specific questions, sample data, and what you've done or come up with, then I'm sure I or someone will point you in the right direction.
 
Upvote 0
Hi,

At the moment i have an IF formula which if true, uses a VLOOKUP.

Based on the result of this formula - i need to apply another IF statement for the discount rate, which is only applicable if within dates provided.

To make it easier i have attached the spreadsheet to one drive. Any help on nested IF statements would be great!

https://drive.google.com/file/d/1a25XRhFuMPFtyyhei_d9s2CkB96PL3Vu/view?usp=sharing

Thanks,
 
Upvote 0

Forum statistics

Threads
1,215,219
Messages
6,123,678
Members
449,116
Latest member
HypnoFant

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top