The most pointless combination of functions

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
I think it interferes with the PMT function. Excel can't cope with both.

This is just a case of calculating the week number

=if(mod(week(A1),4)=0,"PMT",if(randbetween(1,2)=1,"PMT","SAFE")

I have added an allowance for the unexpected moodswings not sure how accurate this is though.
 
This has turned into a very epic thread.
 
Actually, I wouldn’t say that was pointless at all, you are testing that a cell contains today’s date and that it is not blank. I can think of several reasons why you would want to test this condition.

As far as im aware that would check to make sure that it was greater or less than todays date and was equal to today
 
As far as im aware that would check to make sure that it was greater or less than todays date and was equal to today

Not sure why you think that, but try it out as a conditional format. It's a duplicate condition, because a cell that is equal to today's date is automatically not blank, and one not blank is automatically not today's date, but it still formats only cells containing the present date.
 
I was asked to make some changes to a spreadsheet today and I found this

=SUM(E5+K5)
 
I was asked to make some changes to a spreadsheet today and I found this

=SUM(E5+K5)

It's not a useless formula in itself (I've seen this done before too), but it is a pretty pointless waste of characters, even =SUM(E5,K5) is pretty wasteful. But I guess you could keep going:

=MIN(MAX(COUNT(SUMPRODUCT(AVERAGE(SUM(E5+K5))))*(E5+K5)))
 

Forum statistics

Threads
1,222,679
Messages
6,167,567
Members
452,120
Latest member
Luis_Macros

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