The most pointless combination of functions

I was trying to be creative and think up something someone might actually use :cool: - something that goes out of its way without object.

Fair enough, wasn't trying to start an argument. We're cool...


I've actually seen this many times, both in work and on this forumn

=IF(condition,"TRUE","FALSE")
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
jonmo

That's not pointless, well it is I suppose.:)

But perhaps what is required is the text value, rather than TRUE/FALSE which are really only numeric as far as I'm aware.
 
MrKowz, shouldn't that be:

=IF(1=1,1*1,1/1)

=IF(abs(1)=sqrt(1),1^1,(1*1+1-1)/(sqrt(1)*abs(1)*1^1))

lets see how many times we can get 1 to appear in an if statement. :laugh:
 
But perhaps what is required is the text value, rather than TRUE/FALSE

But the logical TRUE/FALSE is still useable as a text string..
You can copy/paste it into notepad
=""&A1 results in a text string of "TRUE" where A1 is a logical resulting in TRUE.

The only place it doesn't work as a text string is in a lookup formula.
=LOOKUP("TRUE",A:B) doesn't work.
But all you have to do is drop the quotes and it does.
 
Fair enough, wasn't trying to start an argument. We're cool...

Ah please, we're always cool. This is, after all, the internet.

Who knew pointless combinations of functions could spark such heated debate? :hammer:
 
Last edited by a moderator:
=if(isblank(a1),"","")
 
The thing that actually inspired me about
=ISLOGICAL(ISLOGICAL(A1))
Is that it only has one reference to a cell, there are no “user defined” results and it makes absolutely no difference what the value of A1 is, it can be a number, a text string, an error value….anything.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p> </o:p>
So I guess, my definition of a pointless formula, would be one that serves no purpose regardless of the input value and that produces its own result rather than having a user define the result.
 
FIND(carkeys,now)

never seems to work.

of course TRUNC(A1) is certainly decimal pointless.

(sorry)

Rob
 

Forum statistics

Threads
1,222,682
Messages
6,167,588
Members
452,121
Latest member
Hickman156

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