Highline Excel Class 45: INDEX function & MATCH function 12 Unusual Examples
INDEX function & MATCH function. See 12 examples for the INDEX and MATCH function: 1.Use INDEX, MATCH and SUMPRODUCT to retrieve a whole column of values and add them 2.Use INDEX, MATCH and...
View ArticleExcel VBA: For Next Schleifen Teil 1
In Excel VBA sind die Schleifenanweisungen (auch Kontrollstrukturen genannt) aus der Programmierung nicht weg zu denken. Hier im ersten Teil finden Sie ein einfaches Beispiel für eine For Next...
View ArticleExcel VBA: For Next Schleifen Teil 2 Step
Im ersten Teil haben Sie erfahren, wie Sie eine einfache Schleife in Excel VBA aufbauen können. Im zweiten Teil werde ich Ihnen zeigen, wie Sie die Schrittweite verändern können. Normalerweise wird...
View ArticleExcel Magic Trick 675: Double VLOOKUP Custom Formula Dynamic Data Validation
See how create a data validation using Custom Logical Formula with 2 VLOOKUP functions that will change when different products are entered. For example, if shirt product is entered, the data...
View ArticleExcel Magic Trick 783: Date Functions & Formulas (17 Examples)
Download file: https://people.highline.edu/mgirvin/ExcelIsFun.htm 1. DAY function 2. TEXT Function to get Day spelled out, like “Monday” 3. TEXT Function to get Month spelled out, like “January” 4....
View ArticleVBA – Excel If Function in VBA code
Excel If Function in VBA code. This VBA Function does exactly what the Excel If Function does. Code: Function ifCode(s1 As String, s2 As Variant, s3 As Variant) tst = Evaluate(s1) If tst = True Then...
View Article