Search:

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

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. See the attached file with formula

    See the attached file with formula
  2. Have you verified that it does not have phrases...

    Have you verified that it does not have phrases that initiate with signs?
    " =, +, - " " =text… " , " - text" , " +text"
  3. Hello AndyAndy: When you have a frozen sheet...

    Hello AndyAndy:

    When you have a frozen sheet and you press Ctl + Home, the active cell always will be the first cell (angle left superior) of the area that is not frozen.
  4. Thread: Watermark

    by Servando
    Replies
    2
    Views
    252

    Is there a way to put a watermark in Excel 2003? ...

    Is there a way to put a watermark in Excel 2003? I want to put the word draft across the sheet in a watermark.

    See the attached file
  5. Thread: Radio Buttons

    by Servando
    Replies
    9
    Views
    579

    ...i CANNOT PLACE ANOTHER RADIO BUTTON ON THE...

    ...i CANNOT PLACE ANOTHER RADIO BUTTON ON THE PAGE WITHOUT THE LAST SET OF OPTION BUTTONS STOP WORKING.

    The size of frame is important, the buttons must be INSIDE of it, then you must make frame...
  6. Thread: Radio Buttons

    by Servando
    Replies
    9
    Views
    579

    Hi: When you use a radio button, the value...

    Hi:
    When you use a radio button, the value begins with 1 (one) and with each button within a frame the value is increased (2, 3, 4, etc), then, you cannot begin with 0 (zero), but, you can put the...
  7. Replies
    5
    Views
    314

    Another way without using code: Advantage: You...

    Another way without using code:

    Advantage: You do not need any code
    Disadvantage: You need to make this column by column.

    1. Select the range (only one column) by example: [I2:I101]
    2. Menu...
  8. Thread: save as type:

    by Servando
    Replies
    8
    Views
    387

    If you have a yahoo mail, when you make an unload...

    If you have a yahoo mail, when you make an unload of several files simultaneously, yahoo turn all of them to Zip format.
    but if you make an unload one by one, yahoo will respect the original format....
  9. Replies
    5
    Views
    480

    Hello VegasNath: You can try with "Screen...

    Hello VegasNath:
    You can try with "Screen precision" inside to options...
  10. Thread: Custom Format

    by Servando
    Replies
    6
    Views
    462

    Hi Diego: You can modify this characteristic...

    Hi Diego:

    You can modify this characteristic within the options of excel, this will affect all the books that you have, but only in Excel and not Access or any other program.
    I am going to write...
  11. Replies
    3
    Views
    336

    Re: Remove page number watermark (2007)

    ????
    may be with...
    "View" menu, "Normal" icon
  12. Replies
    4
    Views
    1,110

    Re: SUMIF Visible Cells (2007)

    What about this?
  13. Replies
    2
    Views
    271

    Re: Range of Cells (Excel 2007)

    I think It's not possible, when you select a range the movement way is with the key TAB or ENTER.
  14. Replies
    6
    Views
    311

    Re: 5 highest unique numbers (2003)

    Tanks Hans
  15. Replies
    6
    Views
    311

    Re: 5 highest unique numbers (2003)

    No problem, I'll wait for another
  16. Replies
    6
    Views
    311

    5 highest unique numbers (2003)

    How can I obtain the 5 highest unique numbers in a range of data?

    The data are in A1: C6, the awaited results are in Column E
    <table border=1><td></td><td align=center>A</td><td...
  17. Replies
    6
    Views
    5,781

    Re: Index Match multiple criteria (Excel 2003)

    Or
    =INDEX(E2:E7,MATCH("Adult"&"?"&"Art",B2:B7&"|"&D2:D7,0))
    =INDEX(E2:E7,MATCH(H1&"?"&H2,B2:B7&"?"&D2:D7,0))
    (confirm with Ctrl+Shift+Enter)
  18. Replies
    1
    Views
    950

    Re: adding time over 24 hours (excel 2007)

    you need to changes the format of the cell (Ctrl+1) where is the total:

    <font color=red> [h]:mm </font color=red>
  19. Replies
    3
    Views
    251

    Re: Help with Formula (2003)

    Hi Brad:
    What you want?, this function ignore of all the cells in target
  20. Replies
    4
    Views
    291

    Re: Changing Range (2003)

    Try this:

    c= "a2:a"
    delete the apostrophe, before the sequence
    and
    e = c & a & d & b
  21. Replies
    4
    Views
    341

    Re: Perpetual Calendar (2003 SP2)

    Hi steve:

    Look the attach file.
  22. Replies
    4
    Views
    341

    Re: Perpetual Calendar (2003 SP2)

    [A3]=DATE($A$2,1,1)
    [C3]=IF(MONTH(DATE(($A$2,MONTH($A3),C$2))=ROW()/3,DATE($A$2,MONTH($A3),C$2),"")
    Copy and paste in all days
    [A6]=DATE($A$2,MONTH(A3)+1,1)
    Copy and paste in all months (Col A)
    ...
  23. Re: Summing Group and insert Value in the next cel

    and with totals by group <img src=/S/bow.gif border=0 alt=bow width=15 height=15>
  24. Re: Extra Spreadsheet starts when Macro activated

    I think that you made a copy of the original book that contains the macro. You created a button in a sheet that activates a macro, then you possibly copied the sheet and also the macro, but the...
  25. Replies
    9
    Views
    396

    Re: Diffence in Dates (Office 2000)

    Hi Tony:


    The advantage for Louise to know function DATEDIF, is that also it can use it to obtain years and months

    =DATEDIF(A1,B1,
Results 1 to 25 of 118
Page 1 of 5 1 2 3 4