Search:

Type: Posts; User: squenson; Keyword(s):

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    22
    Views
    2,516

    As far as know, no. What you can do is create a...

    As far as know, no. What you can do is create a second sheet, put your formulas in this sheet and then protect it with a password and as a last step you can hide it.
  2. Replies
    4
    Views
    339

    Numbers have a limited precision of about 16...

    Numbers have a limited precision of about 16 digits (sometimes 15, sometimes 16 depending on the number), which is usually more than enough for mathematical calculation. If you need to store this...
  3. Replies
    2
    Views
    369

    I would look in the direction of the printer...

    I would look in the direction of the printer driver on this computer and eventually re-install it.
  4. You need to install an extension, as the "Open...

    You need to install an extension, as the "Open Document Format" is only supported as of Office 2007. I found this link to a free extension but I have not tested this extension.
  5. Replies
    1
    Views
    264

    This is a duplicate entry, I posted an answer in...

    This is a duplicate entry, I posted an answer in the other one. Could a mighty moderator delete it?
  6. Replies
    4
    Views
    373

    On my computer, the tab appears as a small...

    On my computer, the tab appears as a small square, indicating an unknown character.

    If you want to remove the tab at the beginning of some cells, you could use the following formula in H1:...
  7. Replies
    19
    Views
    2,434

    The best way to speed your query is to make sure...

    The best way to speed your query is to make sure that there is an index CustomerID on the table Archive.
  8. Replies
    5
    Views
    1,419

    I just created a sample file with the formula...

    I just created a sample file with the formula =RAND() in cells A1:A1000000. It took about 7 seconds to calculate. I then transformed the formulas into fixed values, then sorted the million cells,...
  9. Replies
    5
    Views
    1,419

    Calc 3.2 only supports 65,536 rows in its windows...

    Calc 3.2 only supports 65,536 rows in its windows version. The Ubuntu version supports one million rows, like Excel 2007.
  10. Replies
    20
    Views
    3,441

    You would then need the same number on the SIM...

    You would then need the same number on the SIM card. I guess that your phone operator will only deliver one and if you claim you have lost it, they will disable it and give you a new one. So I...
  11. Replies
    17
    Views
    6,248

    It is very annoying that the e-mail programs...

    It is very annoying that the e-mail programs prevent sending .exe files as attachments, but I understand the reason: to prevent malicious activities. I don't understand why you can't rename the...
  12. Replies
    2
    Views
    455

    A font is like a software: you should always get...

    A font is like a software: you should always get it from an official vendor and pay the indicated price. In your case, I doubt you will find a genuine, free version of this font on the Internet....
  13. Replies
    8
    Views
    444

    I now have a better understanding. I will put in...

    I now have a better understanding.
    I will put in A3: =MATCH(A2,E2:E12,1)-1
    And in B3: =MATCH(B2,G2:Q2,0)
    And in C3: =INDEX(G3:Q12,A3,B3)

    Please let me know if it answers your question. If you...
  14. Replies
    8
    Views
    444

    An example would definitively be useful. I see...

    An example would definitively be useful. I see something like:
    =IF(AND(first condition >=, second condition <), INDEX(range, HLOOKUP(...), ROW()), False expresssion)
  15. I am not sure that in Excel you can test the...

    I am not sure that in Excel you can test the content of a formula with a formula. But in your case, if you only want information when the column A contains the word "Total", then you can use a...
  16. Thread: Open Office

    by squenson
    Replies
    7
    Views
    889

    As an active member of the separate...

    As an active member of the separate OpenOffice.org forum, you may have more chances to find answers to your questions there.
  17. Replies
    6
    Views
    480

    It seems that you have used the plain "Paste"...

    It seems that you have used the plain "Paste" menu option instead of "Insert cut cells".
  18. The function RANK(value, range of values)...

    The function RANK(value, range of values) corresponds to your needs, I guess. If two candidates have the same score, they will be ranked equally and the next one will be ranked with a rank +2 (12,...
  19. There should be a file Outlook.pst in this...

    There should be a file Outlook.pst in this folder:
    C:\Documents and Settings\squenson\Local Settings\Application Data\Microsoft\Outlook (replace the part in red by your own user name).

    This...
  20. In Word, you need to have a section break to...

    In Word, you need to have a section break to define a different page layout. After your last line of the portrait page, use the menu Insert > Break > Section break type "Next page". Click on this...
  21. Replies
    4
    Views
    411

    The bootup password prevents physical, direct...

    The bootup password prevents physical, direct access to your computer, like your car key prevents someone to use your car without your consent. On-line hackers are looking for software flaws in order...
  22. Replies
    6
    Views
    480

    If you don't want to use the keyboard, you can...

    If you don't want to use the keyboard, you can also right-click the row, then select "Cut", then right-click the destination row (this row and the ones below will move down) and select "Insert cut...
  23. Replies
    3
    Views
    419

    I have maybe the explanation of this strange...

    I have maybe the explanation of this strange behavior.

    Excel uses numbers to represent the dates: 1900-01-01 is 1, 1900-01-02 is 2, 2010-01-31 is 40,209. The time is a fraction of a unit, so...
  24. Thread: Autosum

    by squenson
    Replies
    3
    Views
    316

    In such case, the function COUNT(range) is your...

    In such case, the function COUNT(range) is your friend! It returns from the specified range the number of numeric values.

    Two other useful functions: COUNTBLANK(range) will count the number of...
  25. Replies
    12
    Views
    664

    I think I understand the problem. From your...

    I think I understand the problem. From your description, you are not using the FullAddress field (e.g. "Wellington Rd. 39") for the page break, but the field Street which is equal to the first 6...
Results 1 to 25 of 104
Page 1 of 5 1 2 3 4