Tagged Questions
0
votes
2answers
71 views
excel adding 1 on all alphanumeric string
I need to make a new product code for 6000+ records. In order to do that fast and decipher it in the future, I need to put a formula from the old code to the new code.
sample codes:
yas111
bd224
...
0
votes
1answer
156 views
Crystal Reports: Formula unable to make 0.00 value appear blank
I have summarized our inventory usage per Fiscal Year Quarter. The null values appear as 0.00, but I want to make them blank. The formula I have worked out so far is this:
If IsNull({USAGE.CURFY_Q1}) ...
0
votes
1answer
359 views
Crystal Reports: Formula unable to display as whole numbers
I am using the following formula:
If {USAGE.CURFY} = 0
then ""
else {USAGE.CURFY} & " (" & ({USAGE.CURFY_DAYSREMAINING} *
{USAGE.USEDPERDAY})+{USAGE.CURFY} & ")"
I am having ...
-2
votes
1answer
71 views
Implementing external formula
given a file with input:
Formula: m = (y - c) / x
Formula: m = y + c^2
I want to implement each formula in java to solve for m so that in this case I will end up with 2 answers. I have to do this ...
0
votes
1answer
270 views
Base64 length calculation?
After reading (again )the base 64 topic ...
I'm trying to figure How the formulla is working :
Given a string with length of n , the base64 length will be
which is : ...
2
votes
2answers
304 views
check integrity of brackets in special formula
my program should print a message on the screen if the formula that the user entered is good for the terms(you can only use digits and letters, u can't start with '(' and like mathematical formula, ...
0
votes
2answers
616 views
Parsing a string formula to an integer result
I'm doing some parsing work, too complex to get into details, but there's one simple thing I need to do (at least simple concept, maybe not simple answer). I might have a formula in a string such as ...
1
vote
1answer
314 views
Crystal Reports - my formula works, but when repeated in more than 1 subreport, all records disappear
I'm not a developer but I'm supposed to create a report by C.R., so excuse me in advance if it is an obvious question for you, and please keep in mind that I'm a real beginner.
I have a job composed ...
0
votes
1answer
435 views
Determining whether a string is a math formula?
So I'm processing math formulas from strings using the shunting-yard algorithm. I pass every string through a function which processes specific strings into values, but occasionally I check against ...
7
votes
3answers
1k views
Library to Parse a string as a formula, that works with Windows Phone 7
Are there any .NET libraries out there that will parse a string as a formula?
ie; "if the user inputs "(2 +5) * 2", the library will be able to work out the calculation?
Edit:Preferably something ...
7
votes
4answers
11k views
Turn a string formula into a “real” formula
Hey there, Ive got another question.
Lets say i got "0,4*A1" in a cell (As a string) and on another cell I want to convert this "string formula" into a real formula and calculate its value, how can I ...
4
votes
5answers
799 views
String to Number and back algorithm
This is a hard one (for me) I hope people can help me. I have some text and I need to transfer it to a number, but it has to be unique just as the text is unique.
For example:
The word 'kitty' could ...
-3
votes
3answers
252 views
Dissolve string bytes into a fixed length formula based pattern by using keys, and even extract those bytes
Suppose there is a string containing 255 characters. And there is a fixed length assume 64-128 bytes a kind of byte pattern. I want to "dissolve" that string with 255 characters, byte by byte into the ...
1
vote
1answer
3k views
excel empty string formula
On Excel why putting a formula with the contents
=""
sometimes make the replacement for an empty string
and sometimes it places literally that text in the cell.
Note: every cell of the worksheet ...
