I understand. However, I will try to make it work. I know other individuals might have needed some type of solution to this problem. I was just trying to seee if anyone else had already solved it. I have tried several solutions and none have worked.
I need to identify characters/words that are UTF-8. I am just trying to either highlight a cell, a word or a letter that indicates it is UTF-8. I currently have the data stored in Microsoft Access and I will export it Microsoft Excel.
The ultimate goal would be to try to separate UTF-8 words...
I need to identify characters/words that are UTF-8. I am just trying to either highlight a cell, a word or a letter that indicates it is UTF-8. I currently have the data stored in Microsoft Access and I will export it Microsoft Excel.
The ultimate goal would be to try to separate UTF-8 words...
Thanks for the suggestion but it still has the information in that same scientific format. Is there a way to not displaying the information in that format?
Right now the my inforamtion is being displayed as 1.27693385503062E-05 even with changing the format to percentage.
I am trying to display percentage results in a text box. However, the results are coming out in this form 1.27693385503062E-05. How do I get these results to be displayed as regular percentage results? The equation I am using to calculate my results is: sum([Total])/19578148).
Dear Duane,
Thank you for your response.
Yes, this table has single record. I tried to use DLookup with this format
=DLookup("TotalPT" , "Total")
However, I get an error message when using this formula.
Scott
I have form that I trying to complete. I have 1 text box that I used this function (=Sum([CountOfPT])) to total the number of records for a field.
I need to take this field and divide by this: Table Name:Total Field Name: TotalPT.
How do I format a DLookup to pull Total!TotalPT into the form...
All:
Thanks for the suggested. I developed my own solution for myself.
Below is solution:
SELECT tblSubscriptionInformation.CompanyName, tblSubscriptionInformation.EndDate, tblSubscriptionInformation.Status
FROM tblSubscriptionInformation
WHERE...
All,
I need to write a query in SQL Server 2008 that will find all records that have an end date for next month and also all records for the previous months.
This query needs to be re-used in subsequent months.
Thank you,
Scott
Also, I would like to highlight the entire range for numbers that have different values. So below, 655 and 670 all there rows would be highlighted.
Number Letter
655 G
655 K
655 G
655 K
655 G
659 T
670 K
670 K
670 G
671 A
671 A
671 A
Dear Skip,
Thank you for answering my question. One tweak, if I need to highlight the lease common letter - see below. In essence, if there are mulitple least common values and highlight each one of those for each instance they occur.
Thank you for your help.
Scott
Number Letter
655 G...
Dear Skip,
Thank you for answering my question. One tweak, if I need to highlight the lease common letter - see below. In essence, if there are mulitple least common values and highlight each one of those for each instance they occur.
Thank you for your help.
Scott
Number Letter
655 G...
Thank you for your response. I used the CountIFS() in 2007 application. When I implement it highlighted the items in before the correct item. What suggestion would you have to correct this item.
In addition, what were the 2 dashes (--) in the other equation suppose to be...
Thank you for your response. I used the CountIFS() in 2007 application. When I implement it highlighted the items in before the correct item. What suggestion would you have to correct this item.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.