473,386 Members | 1,779 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

ROUNDUP Formula

Is that a formula in vb.net like Ms Excel? Currently my Excel formula is
"=(((ROUNDUP(I30/3000,0)+1)*G30)/1000)+((ROUNDUP(G30/10000,0))*I30/1000)",
but in vb.net how to write.

Any idea?
Regards,
PCK
Oct 7 '05 #1
4 1976
Phoon,

Please try to avoid multiposting. Although this is not such a relevant post
to this newsgroup can you by relevant subjects better use crossposting
(sending one message to more newsgroups).

Relevant is as well if you don't know which one.

For others this is answered by Ken in the language.vb newsgroup and replied
by Phoon that it was the needed answer.

Cor
"Phoon Chee Keong" <da******@streamyx.com> schreef in bericht
news:ut****************@TK2MSFTNGP10.phx.gbl...
Is that a formula in vb.net like Ms Excel? Currently my Excel formula is
"=(((ROUNDUP(I30/3000,0)+1)*G30)/1000)+((ROUNDUP(G30/10000,0))*I30/1000)",
but in vb.net how to write.

Any idea?
Regards,
PCK

Oct 7 '05 #2
If you were a DocType you would be strict :-) Give the guy a break Cor. The
best part about .general is asking general questions so the ignorati who do
not know which specific question to ask can be answered directly or the OP
can be directed to another resource if the person trying to reply does have
a specific answer.

It also seems that people who cross-post are ready to sh!t their pants if
they can't learn how to do something their brain just refuses to even think
about anymore. They make medicine for that.

So I would recommend variants of this type of search...

search: rounding site:msdn.microsoft.com
search: math class site:msdn.microsoft.com

Might as well do

search: truncation site:msdn.microsoft.com

Finally I would try...

search: brain dead and lazy site:Phoon Chee Keong :-)

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/



"Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
news:eq**************@TK2MSFTNGP10.phx.gbl...
Phoon,

Please try to avoid multiposting. Although this is not such a relevant
post to this newsgroup can you by relevant subjects better use
crossposting (sending one message to more newsgroups).

Relevant is as well if you don't know which one.

For others this is answered by Ken in the language.vb newsgroup and
replied by Phoon that it was the needed answer.

Cor
"Phoon Chee Keong" <da******@streamyx.com> schreef in bericht
news:ut****************@TK2MSFTNGP10.phx.gbl...
Is that a formula in vb.net like Ms Excel? Currently my Excel formula is
"=(((ROUNDUP(I30/3000,0)+1)*G30)/1000)+((ROUNDUP(G30/10000,0))*I30/1000)",
but in vb.net how to write.

Any idea?
Regards,
PCK


Oct 8 '05 #3
Clinton,

I never tell to people: "You should go to somewhere else you are not welcome
here".

I try to give them advices how to get better information.

In my message is all the information Phoon needed. Because he had got it
already.

For others who are searching for that I told in the message that it is in
the newsgroup languages.vb given by Ken (Tucker).

Read my complete message not only the start.

Cor

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> schreef in bericht
news:ep*************@TK2MSFTNGP12.phx.gbl...
If you were a DocType you would be strict :-) Give the guy a break Cor.
The best part about .general is asking general questions so the ignorati
who do not know which specific question to ask can be answered directly or
the OP can be directed to another resource if the person trying to reply
does have a specific answer.

It also seems that people who cross-post are ready to sh!t their pants if
they can't learn how to do something their brain just refuses to even
think about anymore. They make medicine for that.

So I would recommend variants of this type of search...

search: rounding site:msdn.microsoft.com
search: math class site:msdn.microsoft.com

Might as well do

search: truncation site:msdn.microsoft.com

Finally I would try...

search: brain dead and lazy site:Phoon Chee Keong :-)

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/



"Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
news:eq**************@TK2MSFTNGP10.phx.gbl...
Phoon,

Please try to avoid multiposting. Although this is not such a relevant
post to this newsgroup can you by relevant subjects better use
crossposting (sending one message to more newsgroups).

Relevant is as well if you don't know which one.

For others this is answered by Ken in the language.vb newsgroup and
replied by Phoon that it was the needed answer.

Cor
"Phoon Chee Keong" <da******@streamyx.com> schreef in bericht
news:ut****************@TK2MSFTNGP10.phx.gbl...
Is that a formula in vb.net like Ms Excel? Currently my Excel formula is
"=(((ROUNDUP(I30/3000,0)+1)*G30)/1000)+((ROUNDUP(G30/10000,0))*I30/1000)",
but in vb.net how to write.

Any idea?
Regards,
PCK



Oct 8 '05 #4
<snip />
For others who are searching for that I told in the message that it is in
the newsgroup languages.vb given by Ken (Tucker).

Read my complete message not only the start.

Cor

<snip />

I try to avoid going to news://microsoft.public.dotnet.languages.vb becuase
it makes me get itchy all over and then I need to take some medicine. ;-)

<%= Clinton Gallagher
Oct 8 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Donald 'Paddy' McCarthy | last post by:
For Hardware design we jave a very high cost associated with releasing a design for manufacturing (around $1M), so one of the things we do is simulate like crazy, and graph bugs found and bugs...
2
by: Phoon Chee Keong | last post by:
Is that a formula in vb.net like Ms Excel? Currently my Excel formula is "=(((ROUNDUP(I30/3000,0)+1)*G30)/1000)+((ROUNDUP(G30/10000,0))*I30/1000)", but in vb.net how to write. Any idea? ...
4
by: Phoon Chee Keong | last post by:
Is that a formula in vb.net like Ms Excel? Currently my Excel formula is "=(((ROUNDUP(I30/3000,0)+1)*G30)/1000)+((ROUNDUP(G30/10000,0))*I30/1000)", but in vb.net how to write. Any idea? ...
0
by: Richard Jones | last post by:
I'm proud to release this, the 1.1.1 release of Roundup. Fixed in this release: - failure with browsers not sending "Accept-Language" header (sf bugs 1429646 and 1435335) - translate class...
158
by: Giovanni Bajo | last post by:
Hello, I just read this mail by Brett Cannon: http://mail.python.org/pipermail/python-dev/2006-October/069139.html where the "PSF infrastracture committee", after weeks of evaluation, recommends...
4
by: Richard Jones | last post by:
I'm proud to release version 1.1.3 of Roundup. Feature: - supports Python 2.5, including the sqlite3 module - full timezone support (sf patch 1465296) - handle connection loss when responding...
1
by: bcannon | last post by:
At the beginning of the month the PSF Infrastructure committee announced that we had reached the decision that JIRA was our recommendation for the next issue tracker for Python development....
0
by: Richard Jones | last post by:
I'm proud to release version 1.3.3 of Roundup. Fixed in 1.3.3: - If-Modified-Since handling was broken - Updated documentation for customising hard-coded searches in page.html - Updated...
2
by: carlistixx | last post by:
Hi, I'm using the roundup issue tracker (http://roundup.sourceforge.net) which uses smtplib to send mail. It all worked until we moved to a hosted Exchange MTA. The hosting provider requires the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.