Nested fuormula using Max function

opal1958

New Member
Joined
Nov 29, 2016
Messages
2
I am trying to build a nested formula that using max formula:

Column AS Column AT Column AU ... Column BJ
Row 1 07/15/2016 10/11/2016 Need to Solve 10/1/2016
Row 2 blank blank
Row 3 10/15/2016 3/4/2017

I would like column C to be able to do one of the following:


  • Take max of column A & B
  • If blank read " No date"
  • if max date before 10/1/2016 then set to 10/1/2016
  • if max date before greater than today then set to today
Here is what i have but only 3 out of the 4 work, what is highlighted in bold will not work.

IF(COUNT(AS2:AT2),MAX(AS2:AT2),IF(ISBLANK(MAX(AS2:AT2)<($BJ$1)),$BJ$1,"No Date"))
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
ok some how when I upload it jammed together... Column AU is where I want to solve and column BJ holds the 10/1/2016 date. Thanks
 
Upvote 0

Forum statistics

Threads
1,214,923
Messages
6,122,283
Members
449,075
Latest member
staticfluids

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