Category "excel-formula"

Excel VBA Date Save - run time error 75 path/file access error

im getting the following error message when i run this code that lets me make folders if they don't exist to save files in them: "run time error 75 path/file ac

Excel Nested Lambda

I've written the outside of a function as an Excel Lambda function. LAMBDA(Years, TextFmt, EndOfMonth, ByRows, LET( MonthNbrs, IF(ByRows, SEQUENCE(1

Recursive Lambda Confusion

I'm trying to build a Schedule Generator using recursive LABMDA based on RANDBETWEEN function. Basically, what it needs to do: Generate a random date using RAND

Multiple Chekck

I am stuck with an issue/ on how to approach this problem. In the attached image (sorry I am not allowed to add the image now and hence the link) you can see in

Excel and Power Query: Merge Using Most Recent Date

I was able to merge(inner join) a transaction table with an owner info table using account number as my key to get the following results: I need the transactio

How do I get a value from the same row to automatically paste it when the first link is entered

As you can see on the screenshot, I have amounts in the left column and datas in the right. I need a formula or any other way to automatically extract the value

How to convert google formula to excel?

Please help me convert simple formula for auto increment with condition - =Arrayformula(if(D2:D="",,countifs(D2:D, D2:D, row(D2:D), "<="&row(D2:D)))) I'v

Add Multiple prefixes in order in Excel

I don't know a lot in Excel but I want to add Multiple prefixes in Excel and let them loop until the number of cells ends. I used this Formula, but it picks the

how to add rows in excel according to cell value

how can I add rows in excel according to the cell value (as per example below). https://i.stack.imgur.com/q8MQG.png i want to add column D if column A contain '

Polyfill for Excel HSTACK and VSTACK array functions

Microsoft has announced many new array functions (https://techcommunity.microsoft.com/t5/excel-blog/announcing-new-text-and-array-functions/ba-p/3186066), inclu

I am trying to reference a cell in a closed workbooks

I have a sheet where column B contains a list of Folders in R:\Jobs. The folder name is also the 'Job Name'. I use VBA to create a formula in Column F that look

Using a multiple arrays in order to find the lowest "Ranking" in an character defined ranking system

Wordy title but I was interviewed on this question, couldn't derive the answer and really would love to better understand array usage in excel. Question: You ha

If date is older than 6 months and value is X, then output this

I have two columns in excel, one with a date and one with a rating 'low, medium, high'. I'm trying to write a formula to put in a third column that checks: If A

Why does the composition of UNIQUE and FILTER distinguish between the actual number zero and the zero returned from empty cells?

Suppose we have 2 cells, one contains zero and the other is empty, see the range A2:A3 in the figure: If they pass a FILTER we get two zeros as a result, see t

Converting unsigned to signed integers (Using Excel formulas or Power Query)

I have a list of unsigned 32-bit unsigned integers that actually are supposed to represent 32-bit signed integers. For example 62714 = binary 1111010011111010 =

Using offset in finding the name for the largest value

I wish to find a way to find the three largest AuM values for each category and the Owner: I found the n-th largest AuM per category using the Large-formula co

Count wildcard date in Text String

I am looking for a formula to Count Specific date in Text String. My answers work with words, but if I use wildcards it doesn't work. W33 is the sample text bel

How do I link the only the formatting between two cells in excel?

I have two sheets; Sheet1 & Sheet2 and want to link the format from A1 Sheet1 to A1 Sheet2, i.e. Sheet2 A1 should match the formatting of Sheet1 A1 I don't

Excel GROUP MINIMUM VARIABLE

ID Value Valid MAX Group3 2 NO 8 Group3 8 YES 8 Group1 4 YES 4 Group4 2 NO 1 Group4 3 NO 1 Group4 1 YES 1 Group1 2 YES 4 Group1

How to pass a filtered range to other functions in Excel?

Let's say I wanted to find the average number of calls per day. Normally, I can use the formula =COUNT(A2:A15)/SUM(1/(COUNTIF(A2:A15,A2:A15))) for the table bel