Formulas getting truncated

respree

Active Member
Joined
Apr 14, 2003
Messages
258
Hi all:

When I post a long formula, it seems to be getting cut off.

I've been using the
Code:
 tag (and that seems to fix the problem), but am wondering if there is something else I should be using instead.
 
Formulas sometimes get cut off if they contain either < or >. As far as I can figure, the board interprets this as the beginning of an HTML tag, so things from that point get cut off--but they are still in the post.

Using the code tags around the formula should work or you can try adding a space after a < symbol or before a > symbol.
 
Must have something to do with the forum software.

Oddly, you just posted < > and nothing got cut off. Dunno. :rolleyes:

Thanks for the advice.
 
My post had the < > with spaces around them :)

Code tags: this should be ok:
Code:
=IF(A1<B2,1,0)

Space after the < symbol: this should be ok:
=IF(A1< B2,1,0)

Formula w/out using code tags and with no space after < symbol: this will be cut off:
=IF(A1<B2,1,0)
 
respree

I think Kristy is right about the HTML tag thing.

One solution is using code tags, and I think it's a good one for 2 reasons.

1 You can easily see the formula.

2 You can easily copy it. (Well I can with Firefox)
 
Thanks for the additional comments, guys. I think I'll use the code tags from now on.
 
Hi , all,


TIPS:
1. to select the entire contents of the code, you can control+click

2. when you suspect there is some information missing "on display" within a post, just click "quote" to see the entire contents
=IF(A1<B2,1,0)

so click "quote" to see more of the above formula: you will see B2,1,0) after the < - sign

kind regards,
Erik
 

Forum statistics

Threads
1,221,618
Messages
6,160,853
Members
451,674
Latest member
TJPsmt

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