Excel User Group
Microsoft Excel blogs, forums, files. Read, ask questions, provide answers.
All Tags » UDF (RSS)

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Re: Matching criteria to sum numbers

    Richard That makes it quite a bit more complicated, at least for me. Someone like Bob who does magic with Functions will chime in I'm sure. The solution I have come up with uses a UDF (User Defined Function). (as below) '------------------Start Code--------------------- Public Function FindHeading...
    Posted to General (Forum) by Nick Hodge on Mon, Oct 27 2008
  • Re: Creating a UDF from a Worksheet Function

    Gary Caveats (This is to get you started. NOT optimised or tested thoroughly. Certainly not Internationalised for dates, should work with US mm/dd/yyyy format). Comments to help. I have to iterate the range of holidays as NETWORKDAYS will not work in the code if not available on the machine as the VBA...
    Posted to Functions and Formulas (Forum) by Nick Hodge on Thu, Jul 3 2008
  • Re: Nesting "RIGHT", "MID", and "FIND" in a formula

    Gary I always use a UDF (User Defined Function) like that below. Public Function FindLastSpace(sInput As String ) As String Dim iLastSpacePos As Integer Dim iLengthOfString As Integer Application.Volatile True iLastSpacePos = InStrRev(sInput, " " , -1) iLengthOfString = Len(sInput) FindLastSpace...
    Posted to General (Forum) by Nick Hodge on Thu, May 29 2008
Page 1 of 1 (3 items)
Copyright Excel User Group and the relevant contributors, 2008. All Trade Marks acknowledged. This site is a peer-to-peer site and NOT affiliated in any way to Microsoft Corp. All rights reserved.