• WSkjktoo

    WSkjktoo

    @wskjktoo

    Viewing 15 replies - 31 through 45 (of 86 total)
    Author
    Replies
    • in reply to: Excel Formula (2000) #828710

      To take up Yo’s challenge how about this:

      =IF(ISERROR(VLOOKUP($A3,INDIRECT(E$1&”!”&”A:J”),10,0)),””,IF(TEXT(VLOOKUP($A3,INDIRECT(E$1&”!”&”A:m”),13,0),”MMM”)=E$1,VLOOKUP($A3,INDIRECT(E$1&”!”&”A:j”),10,0),””))

    • in reply to: Excel Formula (2000) #828711

      To take up Yo’s challenge how about this:

      =IF(ISERROR(VLOOKUP($A3,INDIRECT(E$1&”!”&”A:J”),10,0)),””,IF(TEXT(VLOOKUP($A3,INDIRECT(E$1&”!”&”A:m”),13,0),”MMM”)=E$1,VLOOKUP($A3,INDIRECT(E$1&”!”&”A:j”),10,0),””))

    • in reply to: Copy data to new spreadsheet (Excel 2002) #674606

      After you have “selected a range including hidden rows and/or columns”
      Just type Alt + ; (semicolon) and save a few clicks.

      Ken

    • in reply to: Escaping For Next Loops (2000 sr1) #650474

      You’re close. Use Exit For

    • in reply to: Multiple Cell criteria Sum (Excel 97) #650459

      Put this formula in D1

      =SUM(IF(A1>=90,100,A1),IF(B1>=10,20,B1),IF(C1>=3,5,C1))

      Hope this is ok, I’m home sick today

    • in reply to: Sticking Select (2002 – 10.2614.2625) #647779

      Ray,

      I’ve got no experience with the draglock feature or working with laptops. Sorry. Maybe someone else can help.

      Ken

    • in reply to: Database Lookup both Horizontally & Verically (XP) #647776

      Try using the Index function with two Match functions to supply the row and column parameters, Thusly

    • in reply to: Sticking Select (2002 – 10.2614.2625) #647755

      Ray,

      Oddly, my Excel (2000) started doing this exact behavior right after reading your post. Do you have a wheel mouse? FWIW, I got rid of the behavior by clicking the wheel. If that doesn’t work I’d look into reverting any customized mouse settings to defaults, or see if there is an updated driver for your mouse.

    • in reply to: Dot leaders in cells? (Excel 2k/SR-1) #647754

      Try this custom format: @*.

      The @ stands for text, the * tells excel to repeat the dot to the end of the cell

      HTH
      Ken

    • in reply to: Problem with formula (Excel 97) #646114

      Here’s an example of finding the last column with an array formula.

      First example puts the last column in a separate cell, the second integrates it into your own formulas in place of the match function.

      HTH
      Ken

    • in reply to: DSUM criteria problem (97 SR-2) #628515

      You might consider changing all instances of plain alpha to alpha-0

    • in reply to: Move/Copy Worksheet (Excel 97-SR2) #628508

      Peter,

      Here’s an alternative approach.
      1) Open your workbook as read-only.
      2) Copy and Paste-Values over the sheets you want to distribute.
      3) Delete unwanted sheets (Can be done as a group)
      4) Do a Save As

      Ken

      Ken

    • in reply to: VLookup in Array Formula (XL2KSR1) #622243

      Thanks to all who answered my post. Adding an additional column is not an option that I wish to use because this example is cut down from a form that I use. To start adding column(s) would require a lot of reworking of macros and the form itself (although I suppose I could use a hidden column). Anyway Aladin nailed it for me. Thanks Aladin. thankyou

      Ken

    • in reply to: Avoiding Circular References (Excel 98/2000) #616177

      Keith,

      Look at this method. I use it a lot in my job. It uses this formula:

      [Budgeted Amount – Amount Spent To Date / Remaining number of months]

      Just replace the formula each month with the actual spending and the subsequent months will
      average out the remaining available balance.

      HTH
      Ken

    • in reply to: Printing an object (xl2000 sr1) #616176

      Mac,

      Thanks for the help. Seems simple enough, just not intuitive. At least to me, at least not yet.

      Ken

    Viewing 15 replies - 31 through 45 (of 86 total)