Just had trouble posting a fx

Expiry

Well-known Member
Joined
Jun 20, 2007
Messages
865
I just posted some formula for someone.

=(AND(E59="",D59<TODAY()))

But it kept being showed as

=(AND(E59="",D59

But when I clicked edit, it had the full formula again. Does anyone know why?
 
Last edited:
I am guessing that you have greater than or less than signs in your formula. What happens is those are confused for HTML code. There are a few ways around that.

1. Enclose your formula in Code tags (highlight the formula and click on the pound symbol icon in the text editor).

2. Place a single space before and after your greater than/less than signs

3. Disable HTML code posting (I think this may be a personal setting under the User CP menu, not really sure exactly where it is).
 
More often than not it is a < sign that is the problem. I have found occasions when enclosing the formula in code tags does not solve the problem but placing a space after the < sign has always worked for me. So if it happens just edit your post and add a space to your formula like this.

=(AND(E59="",D59< TODAY()))

BTW, the outside parentheses are not required in that formula.
 
If you don't want the spaces, and the parser keeps grabbing your greater than and less than signs, you could use the HTML character symbols instead.
WITHOUT the spaces they are:
Less than -- &lt ;
Greater than -- &gt ;

The semi colon is part of the symbol.

Denis
 

Forum statistics

Threads
1,221,567
Messages
6,160,540
Members
451,655
Latest member
rugubara

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