Posting problem?

Domski

Well-known Member
Joined
Jan 18, 2005
Messages
7,292
Is there a problem with the board at the moment?

I had to edit my last post a few times until it would display the formula correctly.

I've noticed a couple of other posts that don't seem to be displaying correctly.

Dom :eek:
 
I have never had any real probs with this forum.
suggest your computer or local inernet is faulty (?)

This line is an edit addition to the message.
 
Possibly.

It seems to be a problem when I include a < sign directly after a cell ref.

This works:

=IF($A1<$A2,"Message","")

But without the $ this is all that appears:

=IF(A1<A2,"Message","")

I guess it's an HTML problem but not knowing anything about it I'm not sure.

Dom
 
Yes, it's an HTML issue (i.e., the board is interpreting the greater than/less than signs as an HTML tag). The easiest way to get around it is to put your entire formula within code tags.


Code:
=IF(A1<A2,"Message","")
 
Another way around this problem is enter a space character after the less than sign as shown below...

=IF($A1< $A2,"Message","")
 

Forum statistics

Threads
1,221,639
Messages
6,160,998
Members
451,682
Latest member
ogoreo

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