Пікірлер
@katemorris5571
@katemorris5571 21 сағат бұрын
I have data that spans across A, B, C, D, E etc. Is there a way that I can sort say A, B and D or A,B, F or does it have to be in sequential order for example, A,B,C??
@cheyren
@cheyren 4 күн бұрын
cant see any function named Scan in Excel
@excelkid
@excelkid 4 күн бұрын
support.microsoft.com/en-us/office/scan-function-d58dfd11-9969-4439-b2dc-e7062724de29
@RiddhiDancer
@RiddhiDancer 6 күн бұрын
It gives me error when I try to use it. #NAME?
@excelkid
@excelkid 6 күн бұрын
Hi, SUMNTH function is a part of our free DataFX function library contains 200+ high-performance user-defined functions (UDFs), each designed to simplify complex tasks and transform your experience with Excel. excelkid.com/add-ins/ But it is possible to perform the calculation (without using an add-in) using these methods: Method1: SUMPRODUCT If your values are in column A, for example in the range A1:A100, and you want to sum every 3rd value, you can use the following formula: =SUMPRODUCT((MOD(ROW(A1:A100)-ROW(A1), 3)=0)*A1:A100) Method 2: Using INDEX and SUM Another approach is to use INDEX and SUM. Assume your values are in the same range (A1:A100), and you want to sum every 3rd value: =SUM(INDEX(A1:A100, ROW(INDIRECT("1:" & INT(COUNTA(A1:A100)/3)))*3-2)) Method 3: Using OFFSET Another solution involves using the OFFSET function. Let's assume your values are still in the range A1:A100, and you want to sum every 3rd value: =SUMPRODUCT(--(MOD(ROW(A1:A100)-ROW(A1), 3)=0), A1:A100) You can also use the OFFSET function in a similar manner: =SUM(OFFSET(A$1, (ROW(INDIRECT("1:" & INT(COUNTA(A1:A100)/3)))-1)*3, 0))
@freitasbecca
@freitasbecca 9 күн бұрын
Hi! Can I use this on google sheets? Thank you.
@excelkid
@excelkid 8 күн бұрын
Hi, currently the add-in works with Microsoft Excel.
@garricktse2506
@garricktse2506 9 күн бұрын
can we do two numbers at the same time? love what you do by the way
@voltairefelgrand8508
@voltairefelgrand8508 10 күн бұрын
Function for counting unique values in a column. (B2:B23 is a filler range. Just replace with the range you want. Works in libre office. I have not tried excel) For texts and numbers: =SUM(IF(FREQUENCY(IF(LEN(B2:B23)>0,MATCH(B2:B23,B2:B23,0),""),IF(LEN(B2:B23)>0,MATCH(B2:B23,B2:B23,0),""))>0,1)) For numbers: =SUM(IF(FREQUENCY(B2:B23,B2:B23)>0,1))
@voltairefelgrand8508
@voltairefelgrand8508 10 күн бұрын
Function for counting unique values in a column. (B2:B23 is a filler range. Just replace with the range you want. Works in libre office. I have not tried excel) For texts and numbers: =SUM(IF(FREQUENCY(IF(LEN(B2:B23)>0,MATCH(B2:B23,B2:B23,0),""),IF(LEN(B2:B23)>0,MATCH(B2:B23,B2:B23,0),""))>0,1)) For numbers: =SUM(IF(FREQUENCY(B2:B23,B2:B23)>0,1))
@SyedMuzammilMahasanShahi
@SyedMuzammilMahasanShahi 10 күн бұрын
Thanks for the share.
@excelkid
@excelkid 10 күн бұрын
Thank you for your comment, I'm glad you shared your opinion.
@IanFox-nf4kg
@IanFox-nf4kg 11 күн бұрын
how to add additional 3 or more data points(arrows) on the same score meter
@asamirid
@asamirid 11 күн бұрын
works great for me, thank you
@excelkid
@excelkid 11 күн бұрын
Thanks for your feedback :)
@winniechau7473
@winniechau7473 11 күн бұрын
why this cannot be used in my excel? do you know
@excelkid
@excelkid 11 күн бұрын
Hi, this function is a part of our free DataFX function library contains 200+ high-performance user-defined functions (UDFs), each designed to simplify complex tasks and transform your experience with Excel. excelkid.com/add-ins/
@krishnatate4765
@krishnatate4765 13 күн бұрын
Very nice sir ❤
@excelkid
@excelkid 13 күн бұрын
Thanks for the feedback!
@neidinhapan5962
@neidinhapan5962 14 күн бұрын
Hi, which version of excel do I get the function =countbycolor? Also, can this formula counts color cells with text? Thanks!!
@excelkid
@excelkid 14 күн бұрын
The COUNTBYCOLOR function is only available in our free function library. excelkid.com/add-ins/#datafx-function-library-udf-formulas
@neidinhapan5962
@neidinhapan5962 12 күн бұрын
Hi, thank you for the option, it worked in my computer, the only thing is that, when I save the file, close the excel, and open again, the Dx.. under Developer disappear and I need to add again. Is there a way to keep it after I close excel & open? Thanks!!
@WaymondJr
@WaymondJr 14 күн бұрын
Nice ❤
@IvanCortinas_ES
@IvanCortinas_ES 15 күн бұрын
The third case gives me error. Can you upload the code? Thank you.
@excelkid
@excelkid 15 күн бұрын
We have just updated the add-in to version 1.61, please check the functions. The situation is not easy at all right now because the functions are currently available only in the Excel Insider program, and it is possible - it has happened before - that something changes along the way. We strive to provide 100% compatibility because not everyone uses the subscription-based Microsoft 365 model. I think I will write a long-form article on my website today to gather the regex formulas and downloads in one central place.
@SamP-of2oo
@SamP-of2oo 16 күн бұрын
How can we filter data from multiple dynamic criteria? The "include" values will be from a column that will be populated dynamically and I want all those values to provide to the FILTER function at once with "OR" condition.
@deepeshsantwani7496
@deepeshsantwani7496 17 күн бұрын
There is no function called "Positive" in excel !
@excelkid
@excelkid 17 күн бұрын
Hi, we try to find an easy way to solve complex tasks. excelkid.com/add-ins/#datafx-function-library-udf-formulas
@SATUDIESEL
@SATUDIESEL 18 күн бұрын
why i don't have textsplit function in my ms excel? :(
@excelkid
@excelkid 18 күн бұрын
The TEXTSPLIT function is only available in Excel for Microsoft 365 (Windows and Mac) and Excel for the web. You can use a custom function, like SUMCSV. excelkid.com/add-ins/#datafx-function-library-udf-formulas
@YvonneNaidoo-dj4oc
@YvonneNaidoo-dj4oc 23 күн бұрын
Hi, EXTRADATE results are always no date found?
@excelkid
@excelkid 23 күн бұрын
Hi, please send your Workbook to [email protected]. We'll check it!
@user-mm8tp2xj3w
@user-mm8tp2xj3w 2 күн бұрын
@@excelkid I also can't get it to work, despite following the pdf guides. I created a new file and tried the ExtractDate function but it always gives No dates found. I am using Excel Pro Plus 2021 Version 2108 (Build 14332.20706)
@excelkid
@excelkid 2 күн бұрын
Unfortunately, it seems that not all date formats are supported. We will work on it.
@TheCubby1985
@TheCubby1985 24 күн бұрын
SUMCSV doesn't show as a formula in my excel
@excelkid
@excelkid 18 күн бұрын
Hi, this function is a part of our free DataFX function library contains 200+ high-performance user-defined functions (UDFs), each designed to simplify complex tasks and transform your experience with Excel. excelkid.com/add-ins/
@michelejacobs431
@michelejacobs431 28 күн бұрын
I can't get this to work with numbers and I believe it may be of the formatting. I have a 12 digit number with leading zero formatted as custom.
@vikingstl
@vikingstl 28 күн бұрын
=countif(range;"text")
@excelkid
@excelkid 27 күн бұрын
Thank you very much for the useful solution.
@talwindersingh3721
@talwindersingh3721 28 күн бұрын
Could be explained more deeply
@excelkid
@excelkid 28 күн бұрын
FILTER Function: Syntax: FILTER(array, include, [if_empty]) Usage: This function returns an array of values from the array argument that meet the criteria specified in the include argument. In this formula: FILTER(B3:B9, COUNTIF(C3:C9, B3:B9)), the array is B3:B9, meaning it will filter values from this range. COUNTIF Function: Syntax: COUNTIF(range, criteria) Usage: This function counts the number of cells in the specified range that meet a given criteria. In this formula: COUNTIF(C3:C9, B3:B9): range is C3:C9. criteria is each individual value in B3:B9. Step-by-Step Explanation: Evaluate COUNTIF(C3:C9, B3:B9): The function checks each value in B3:B9 against the values in C3:C9 and counts how many times each value from List 1 appears in List 2. Results for COUNTIF: Orange (B3) in C3:C9: 0 occurrences. Kiwi (B4) in C3:C9: 1 occurrence. Lime (B5) in C3:C9: 1 occurrence. Cherry (B6) in C3:C9: 1 occurrence. Strawberry (B7) in C3:C9: 0 occurrences. Melon (B8) in C3:C9: 1 occurrence. Mango (B9) in C3:C9: 0 occurrences. Filter Based on COUNTIF Results: The FILTER function uses the results of COUNTIF to determine which values in B3:B9 to include in the output. The include argument in FILTER is an array of Boolean values (true or false) based on whether COUNTIF results are greater than 0. Specifically: Orange is not included (0). Kiwi is included (1). Lime is included (1). Cherry is included (1). Strawberry is not included (0). Melon is included (1). Mango is not included (0). Result in Column G: The FILTER function returns the values from B3:B9 where the corresponding COUNTIF result is greater than 0. The values shown in Column G are: Kiwi, Lime, Cherry, and Melon. Summary The formula =FILTER(B3:B9, COUNTIF(C3:C9, B3:B9)) filters and displays the values from List 1 (Column B) that also appear in List 2 (Column C). It achieves this by using the COUNTIF function to count occurrences of each item from List 1 in List 2, and the FILTER function to include only those items that are found at least once in List 2. The final filtered list is displayed in Column G, showing the common values between the two lists: Kiwi, Lime, Cherry, and Melon.
@talwindersingh3721
@talwindersingh3721 28 күн бұрын
Thanks a lot for taking the time out and explaining
@maurisasommerfield3246
@maurisasommerfield3246 Ай бұрын
I'm having trouble finding this add-in in Microsoft 365 . Is this separate code to drop in to create a user defined function? How do I know it's not adding malware?
@excelkid
@excelkid Ай бұрын
Hi, thanks for the comment. Only a fraction of Microsoft Add-ins are found in the store because they use JavaScript. Our free add-in contains 200+ UDFs and is 100% based on VBA code. It is fast and compatible with all versions. It would be quite embarrassing if a channel of this size released unclean code :) The add-in is called DataFX, and we have been developing it for about 3 years. You can download it here: excelkid.com/add-ins/#datafx-function-library-udf-formulas To dispel any doubts, I will also post the source code of the applied functions here. Well, there are 200+ functions like this. Function COMPARE(rng1 As Range, rng2 As Range, Optional ReturnType As Integer = 0) As Variant On Error GoTo ErrHandler Dim outputValues() As Variant Dim i As Long, j As Long, k As Long Dim currentValue As Variant, otherValue As Variant Dim isFound As Boolean ' Check for null ranges If rng1 Is Nothing Or rng2 Is Nothing Then COMPARE = CVErr(xlErrRef) Exit Function End If ' Initialize array to maximum possible size ReDim outputValues(1 To Application.Max(rng1.Cells.count, rng2.Cells.count)) Dim index As Long index = 1 Select Case ReturnType Case 1 ' Values in rng1 not in rng2 For i = 1 To rng1.Cells.count currentValue = rng1.Cells(i).Value isFound = False For j = 1 To rng2.Cells.count otherValue = rng2.Cells(j).Value If currentValue = otherValue Then isFound = True Exit For End If Next j If Not isFound Then outputValues(index) = currentValue index = index + 1 End If Next i Case 2 ' Values in rng2 not in rng1 For i = 1 To rng2.Cells.count currentValue = rng2.Cells(i).Value isFound = False For j = 1 To rng1.Cells.count otherValue = rng1.Cells(j).Value If currentValue = otherValue Then isFound = True Exit For End If Next j If Not isFound Then outputValues(index) = currentValue index = index + 1 End If Next i Case Else ' Common values For i = 1 To rng1.Cells.count currentValue = rng1.Cells(i).Value For j = 1 To rng2.Cells.count otherValue = rng2.Cells(j).Value If currentValue = otherValue Then isFound = False For k = 1 To index - 1 If outputValues(k) = currentValue Then isFound = True Exit For End If Next k If Not isFound Then outputValues(index) = currentValue index = index + 1 End If End If Next j Next i End Select ' Check if no matches were found If index = 1 Then ReDim outputValues(1 To 1) outputValues(1) = "Not Found" Else ReDim Preserve outputValues(1 To index - 1) End If ' Transpose for column output COMPARE = Application.Transpose(outputValues) Exit Function ErrHandler: COMPARE = CVErr(xlErrValue) End Function
@excelkid
@excelkid 29 күн бұрын
Direct Download link: excelkid.com/wp-content/uploads/2024/04/DFX149.zip
@laurenbarzola2792
@laurenbarzola2792 Ай бұрын
Excel is saying this formula does not exist. Am I doing something wrong ?
@excelkid
@excelkid Ай бұрын
Hi, this function is a part of our free DataFX function library contains 200+ high-performance user-defined functions (UDFs), each designed to simplify complex tasks and transform your experience with Excel. excelkid.com/add-ins/
@RosieMarcus
@RosieMarcus Ай бұрын
I don't have the =countcolourcell function...
@excelkid
@excelkid Ай бұрын
Hi, The built-in Excel functions do not support operations with colored cells. This function is a part of our free DataFX function library contains 200+ high-performance user-defined functions (UDFs), each designed to simplify complex tasks and transform your experience with Excel. excelkid.com/add-ins/
@jasio1916
@jasio1916 Ай бұрын
if there is no result sales for that apple , how can we make it show as "No Sale" ?
@excelkid
@excelkid Ай бұрын
I'll check it!
@user-tf4yu5hw5y
@user-tf4yu5hw5y Ай бұрын
Amazing, it turns out the protection in Excel is pretty week
@iceman4404
@iceman4404 Ай бұрын
It gives me error when I try to use it. Does it require some extension?
@excelkid
@excelkid Ай бұрын
Hi, SUMNTH function is a part of our free DataFX function library contains 200+ high-performance user-defined functions (UDFs), each designed to simplify complex tasks and transform your experience with Excel. excelkid.com/add-ins/ But it is possible to perform the calculation (without using an add-in) using these methods: Method1: SUMPRODUCT If your values are in column A, for example in the range A1:A100, and you want to sum every 3rd value, you can use the following formula: =SUMPRODUCT((MOD(ROW(A1:A100)-ROW(A1), 3)=0)*A1:A100) Method 2: Using INDEX and SUM Another approach is to use INDEX and SUM. Assume your values are in the same range (A1:A100), and you want to sum every 3rd value: =SUM(INDEX(A1:A100, ROW(INDIRECT("1:" & INT(COUNTA(A1:A100)/3)))*3-2)) Method 3: Using OFFSET Another solution involves using the OFFSET function. Let's assume your values are still in the range A1:A100, and you want to sum every 3rd value: =SUMPRODUCT(--(MOD(ROW(A1:A100)-ROW(A1), 3)=0), A1:A100) You can also use the OFFSET function in a similar manner: =SUM(OFFSET(A$1, (ROW(INDIRECT("1:" & INT(COUNTA(A1:A100)/3)))-1)*3, 0))
@dr.sajidiqbalregistrarlbsa8432
@dr.sajidiqbalregistrarlbsa8432 Ай бұрын
great. love you.
@usmaniqbal1836
@usmaniqbal1836 Ай бұрын
👍
@excelkid
@excelkid Ай бұрын
Thanks! :)
@worldofdata
@worldofdata Ай бұрын
thanks for the video )
@javierreyna5321
@javierreyna5321 Ай бұрын
Which version of excel do you have? I have 365 but doesn't appear that formula :/
@excelkid
@excelkid Ай бұрын
Hi, the function is a part of our free add-in. Please check the link in the description.
@Ni_Wewe
@Ni_Wewe Ай бұрын
Hi, would using "AND" instead of * work?
@excelkid
@excelkid Ай бұрын
Hi, using AND instead of * would not produce a valid multiplication result. AND is for logical tests; * is for arithmetic multiplication. AND returns a boolean (TRUE or FALSE); * returns a numeric result.
@MichaelBrown-lw9kz
@MichaelBrown-lw9kz Ай бұрын
I was using COUNTIF instead of FILTER and the formula errored out. This is exactly what I was looking for. Thank you.
@excelkid
@excelkid Ай бұрын
The free DataFX function library contains 200+ high-performance user-defined functions (UDFs), each designed to simplify complex tasks and transform your experience with Excel. These UDFs streamline the creation of formulas, making them more intuitive and reducing the time it takes to perform data analysis. Our mission to excellence is unwavering as we continually reinvest in development, dedicating countless hours to refine and enhance the add-in’s capabilities. excelkid.com/add-ins/
@excelkid
@excelkid Ай бұрын
The free DataFX function library contains 200+ high-performance user-defined functions (UDFs), each designed to simplify complex tasks and transform your experience with Excel. These UDFs streamline the creation of formulas, making them more intuitive and reducing the time it takes to perform data analysis. Our mission to excellence is unwavering as we continually reinvest in development, dedicating countless hours to refine and enhance the add-in’s capabilities. excelkid.com/add-ins/
@DeeAdamsDillingham
@DeeAdamsDillingham Ай бұрын
I am getting an error when I try to download it. It says can't view in protected view?
@excelkid
@excelkid Ай бұрын
Hi, please right-click on the file. At the bottom of the General tab, select the Unblock checkbox and select OK.
@deegadams
@deegadams Ай бұрын
I don't see that option. I think my organization has blocked add ins :(
@excelkid
@excelkid Ай бұрын
The free DataFX function library contains 200+ high-performance user-defined functions (UDFs), each designed to simplify complex tasks and transform your experience with Excel. These UDFs streamline the creation of formulas, making them more intuitive and reducing the time it takes to perform data analysis. Our mission to excellence is unwavering as we continually reinvest in development, dedicating countless hours to refine and enhance the add-in’s capabilities. excelkid.com/add-ins/
@monottone9939
@monottone9939 Ай бұрын
How to SUMCSV GETNUMBERS A1 is 500/5 B1 =GETNUMBERS(A1) = 500, 5 C1 =SUMCSV(B1) = 505 D1 =SUMCSV(GETNUMBERS(A1)) =is error
@ScottSchlafman
@ScottSchlafman Ай бұрын
where did the green boxes come from and how did you get there ... not so helpful
@excelkid
@excelkid Ай бұрын
???
@santoshkrishnan4624
@santoshkrishnan4624 Ай бұрын
I am placing/writing a formula in cell C1 In A1 - Its EXPIRY DATE In B1 - Its RENEWAL DATE =IF(TODAY()>=B1,"SEND RENEW REMINDER","WAIT") The above formula is working. Now, I want to apply one more condition in same cell C1 - That if A1 is less than TODAY's date, the result should be "PENDING" and if I write manually (CANCELLED) in A1, the result should be "CANCELLED". Something like =IF(TODAY()<A1,"PENDING") =IF(A1=CANCELLED,"CANCELLED") I am finding difficulty to apply the second condition merging with first condition in the same cell. Please help me out.
@excelkid
@excelkid Ай бұрын
You can combine multiple conditions using the IF function nested within each other. Here's how you can do it: =IF(A1="CANCELLED","CANCELLED",IF(TODAY()<A1,"PENDING",IF(TODAY()>=B1,"SEND RENEW REMINDER","WAIT"))) This formula first checks if A1 is "CANCELLED". If it is, it returns "CANCELLED". If not, it proceeds to check if TODAY's date is less than A1's date. If true, it returns "PENDING". If false, it checks if TODAY's date is greater than or equal to B1's date, returning "SEND RENEW REMINDER" if true, and "WAIT" if false.
@santoshkrishnan4624
@santoshkrishnan4624 Ай бұрын
@@excelkid Thank you very much. I have applied the same formula, with little changes and my purpose is solved. Thanks for your guidance. Means a lot. Santosh Pillai 😊✌🤝🌹🌹
@UtahDawnAstrology
@UtahDawnAstrology Ай бұрын
EXTRACTDATE is not a function recognized in my Excel version 16.84...How to make it recognize it?
@excelkid
@excelkid Ай бұрын
The function is a part of a free library. The main goal is to improve the built-in functions:excelkid.com/add-ins/#datafx-function-library-udf-formulas
@shivarajhugar8915
@shivarajhugar8915 Ай бұрын
It not working in my Excel
@excelkid
@excelkid Ай бұрын
The function is a part of a free library. The main goal is to improve the built-in functions:excelkid.com/add-ins/#datafx-function-library-udf-formulas
@NicolasAlonsoMenaLizarra-ze9qb
@NicolasAlonsoMenaLizarra-ze9qb Ай бұрын
Hi, I can't download this file that I think is very good, can you help me please?
@excelkid
@excelkid Ай бұрын
Please send us a message: [email protected]
@paigephilyaw9972
@paigephilyaw9972 Ай бұрын
I have downloaded all your add in's and the "contains" function still doesn't work.
@excelkid
@excelkid Ай бұрын
Hi only one add-in is needed: excelkid.com/add-ins/#datafx-function-library-udf-formulas
@fadibarsom8
@fadibarsom8 Ай бұрын
The dialog box doesnt appear for me. What am i missing...?
@excelkid
@excelkid Ай бұрын
Hi, please contact us: [email protected]
@sureshs8136
@sureshs8136 Ай бұрын
If the cells contain dates, this did not work for me.
@johnbateman7415
@johnbateman7415 Ай бұрын
@Sumtext is not a function in my excel.
@excelkid
@excelkid Ай бұрын
The function is a part of a free library. The main goal is to improve the built-in functions:excelkid.com/add-ins/#datafx-function-library-udf-formulas
@danysvay
@danysvay Ай бұрын
Thank you
@excelkid
@excelkid Ай бұрын
Thanks for your comment!
@MrVladimirilic
@MrVladimirilic Ай бұрын
Hello, when I click on Workbook, I just get Back up copies, workbook cleaner, but I didn't get the option Combine multiple workbooks. How can I get it, please ?
@excelkid
@excelkid Ай бұрын
Hi, we'll publish an update soon.