Help with IF, dates and great or less than formula

mol

New Member
Joined
Dec 9, 2005
Messages
4
I am sure this is an easy question, but I am really struggling. I will have a date (1/6/2006) in cell C11. I need the formula in cell D18 to multiply the number in d17 by .445 if c11 is greater than 1/6/2006 or to multiply by .485 if the date is less than 1/5/2006
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
This one doesn't work. I copied and pasted it even. It just returns D17*.485 regardless of the date in C11.

I appreciate the help, though. Any others?
 
Upvote 0
It works fine on mine :confused:

I take it you are using American dates, not British ones?

This one is the best to use if you want to include 1/6/06
=IF(C11>=38723,D17*0.455,D17*0.485)
 
Upvote 0
Correct, am using American dates. I have been researching this until I am nearly blue in the face. I just cannot imagine why it doesn't work.
 
Upvote 0
Not sure what I did different, but after playing with the date in general format, I did get the formula to work properly. I cannot thank you enough!!!!
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,750
Members
448,989
Latest member
mariah3

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