functions
6 TopicsUser Defined Function not showing with up "="
I have a few UDFs' that i have written for practice since i'm just getting into the programming portion of VBA. I have 3 Projects in my vba window. 1 for macros, 1 for my UDF, and the last one is whatever workbook i have opened. My question is how can i get my functions to show up when typing "=". I have searched google and the only answer that i came up with is i have to attach the module that has the function into the current workbook. My functions do work and show up when using "=" but it is a little annoying to have to attach them to every workbook i create since im dealing with new and multiple workbooks everyday. I also know that the "insert function" is under the formula tab and that works as well but still an annoyance. Just seems like there is an easier better way. Yes the functions are public, No the module names are not the same as the function name.78KViews0likes8Commentshow can i print file name by default for all excel sheets?
I need to print the file name on all the workbooks, but i have to insert the same every time i open a new file. Is there any option by which i can put this setting in by default so that each and every excel file prints the file name. pl help40KViews0likes3CommentsHOW TO: "If cell contains specific text display the immediate next word after it"
I have an excel file with each individual cell filled with data as it follows: Alejandro - GREEN Daniel - RED Sebastian - BLUE What I have been trying to do is to use a formula to extract the upper case value thats after the "-" immediate to the specific name of the person. At the moment I have the formula: =IF(COUNTIF(F3:F20,"*"&"Daniel"&"*"),"Yes","No") Which would simply return "Yes" if the cell contains the name Daniel, what I dont know how to do is to replace the "Yes" for a formula that would give me the "RED" in return. I know the formulas Left, Mid and Right are probably the way to go but since the separating character appears 3 times in a single cell (it being "-" I THINK) I have no idea how to stablish to use only the one after the specific name, and return only the very first word next to it (RED in case of Daniel). For this I have the formula =MID(M26,FIND("-",M26)+2,3) Which would give me GRE (3 characters only, dont know how to make it dynamic length) and would only return the very first entry as opposed to it being the one after the specific name, kinda close but no luck yet :/ Is this even possible? Edit: I attach my original file, I didnt before because the formula get so convoluted with other stuff I tried to keep it simple, basically its the formula on column O where i would replace the ":D" with the formula that im asking about.7.3KViews1like12CommentsReturning list from 3D array
I have a weekly (Saturday) market and 40 vendors. I have a matrix with months as the rows and Saturday dates as the columns (1-5). I ask vendors to check the dates they want to be there. I create worksheets 1-40 for the vendors, where the vendors are either the worksheet name or in a NAME field on the worksheet. The worksheets have identical arrays, showing which Saturdays a vendor has checked. How do I return a list of vendors who’ve checked a given Saturday (I’m clicking on)? (a) Is there a more elegant way to do this? (b) What function do I need to generate that list?Solved5KViews0likes17CommentsExcel Functions
Hey there! I'm really new to Excel and I am trying to track my stats at work and I need to use an IF function but I'm not sure how to do it. I would like it so for example, if my TB% is 82% or higher the cell is green or if it is 81% or lower it is red. Any help would be appreciated :) Thank you!1KViews0likes1CommentInvoice generation in Excel
I am looking for help! I am trying to create a template where my vendors can enter their raw invoice data to excel, and it gets translated to the 2nd tab invoice and I am running into the below issue: -some data consistently is only for 30 rows but then others will have upwards of 800 How can I format this, so that despite the amount of rows of data, Excel will create additional pages/tabs to accommodate the additional lines while maintaining the printablity and final total at the end of the invoice?935Views0likes1Comment