source data is in Excel and the column is formatted there as a percent (eg. 145%)
when i perform a mail merge into word of that column it merges it as (eg. 1.45%)
The code reads as
{ MERGEFIE...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Word/...
Zones:
MS WordDate Answered: 07/20/2004 Rating: 8.2 Views: 4
hello,
I have some numbers in
A1 and I would like to have in B1 the results of A1 - 7%
A2 and I would like to have in B2 the results of A1 - 0.7%
how can I do that?
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Zones:
MS ExcelDate Answered: 07/12/2006 Rating: 9.0 Views: 0
I'm using the transferspreadsheet to send the results of a query to an excel spreadsheet. It works, but, all the data arrives as text (like 'test or '123). I have most of the query fields set to St...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_22075325.html
Zones:
MS AccessDate Answered: 12/18/2006 Rating: 8.4 Views: 0
Using the standard formatting procedures when entering 4 in a field formatted as Percent, the results are displayed as 400%. When entering .04 the results are displayed as 4%.
I would like to fo...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10345952.html
Zones:
MS AccessDate Answered: 05/12/2000 Rating: 7.0 Views: 0
I have a procedure which ensures the text is numeric. If it is, then it makes a calculation based on it and comes back as a percentage. If the user changes another number, I would like them to be...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20089704.html
Zones:
Visual BasicDate Answered: 03/11/2001 Rating: 8.4 Views: 0
I am trying to make a stored procedure capable of updating ONLY a top x% of the records in a table. Currently the code looks like this:
DECLARE csr_Result CURSOR FOR
SELECT TOP 50 PERCENT...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20144626.html
Zones:
MS SQL ServerDate Answered: 07/02/2001 Rating: 9.6 Views: 4
Hey Experts!
I have a field that controls [discounts] in my form. [discounts] is a percent filed in my table as well as in my form.
Here is my trouble, when I go to enter a number, let's s...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20842517.html
Zones:
MS AccessDate Answered: 01/06/2004 Rating: 5.8 Views: 0
Periodically I get multiple errors from SQL saying that the tempdb log file is full. I've checked it and found that the file growth method is set to "in megabytes" instead of "by percent". I've c...
http://www.experts-exchange.com/Database/Miscellaneous/Q_20899417.html
Zones:
DatabasesDate Answered: 05/07/2004 Rating: 8.6 Views: 0
I have a stored procedure that retreives student responses for a test for a report. The table is structured so that each question is a column and I need to find the most effecient wat to get the p...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20900760.html
Zones:
MS SQL ServerDate Answered: 02/29/2004 Rating: 9.4 Views: 0
Hello guys,
I need help for algorythm based on percentage calculations.
I just need the idea or you can write me directly some examples.
The language doesn't matter, I need it in PHP , but i hav...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...