ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   IF MAX formula using dates (https://www.excelbanter.com/excel-discussion-misc-queries/246088-if-max-formula-using-dates.html)

KC

IF MAX formula using dates
 
=IF($F4="On Board",MAX(0,((S$1-$M4)/7))*Q4,"")

S1= 3/31/2010
M4= 10/15/2009
Q4= $573

How can I fix the formula above so it will correctly calculate the cost
based on a 2009 date, or a 2010 date. Currently, the formula only works if
M4 has a date of 2010.



jlclyde

IF MAX formula using dates
 
On Oct 21, 9:10*am, KC wrote:
=IF($F4="On Board",MAX(0,((S$1-$M4)/7))*Q4,"")

S1= 3/31/2010
M4= 10/15/2009
Q4= $573

How can I fix the formula above so it will correctly calculate the cost
based on a 2009 date, or a 2010 date. *Currently, the formula only works if
M4 has a date of 2010.


This is not what you want. I am not sure what that is but this
formula says that if F4 = On Board then find the max of 0 or the
difference between 2 dates / 7 * Q7. If it does not = On Board then
return a blank cell. More data woudl be helpful.
Jay

KC

IF MAX formula using dates
 
Hi Jay, the info below is in the cells for the formula provided. I am trying
to say, if F4 = On board, then calculate the amount of $'s it will cost in
1Q2010 at $573 per week. S1 will always say 3/31/2010, M4 might be any date
in 2009 or 2010. and Q4 might be any amount.

S1= 3/31/2010
M4= 10/15/2009
Q4= $573

"jlclyde" wrote:

On Oct 21, 9:10 am, KC wrote:
=IF($F4="On Board",MAX(0,((S$1-$M4)/7))*Q4,"")

S1= 3/31/2010
M4= 10/15/2009
Q4= $573

How can I fix the formula above so it will correctly calculate the cost
based on a 2009 date, or a 2010 date. Currently, the formula only works if
M4 has a date of 2010.


This is not what you want. I am not sure what that is but this
formula says that if F4 = On Board then find the max of 0 or the
difference between 2 dates / 7 * Q7. If it does not = On Board then
return a blank cell. More data woudl be helpful.
Jay
.



All times are GMT +1. The time now is 04:07 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com