Why are mat1, mat2, mat3, etc. defined and equal to 0?
I'm writing a formula in Excel (Microsoft 365) using the LAMBDA function and happened to name a variable mat1. This resulted in an error and I noticed that the name mat1 was a different colour. I tried...
View Articlehow to use SUMIF to calculate a cell from the figures in 2 other cells based...
I have one cell that calculates a figure based on 2 cells, so for example target quantity is in C6 then the completed quantity is in D6 so cell E6 is "=D6-C6" but i only want it to calculate and put a...
View ArticleExcel will not sort all columns on my worksheet
I have a very basic worksheet with multiple columns and rows. I usually will sort one column to sort a-z and normally all data for those rows would follow the sort. Suddenly I am finding that if I sort...
View ArticleINDEX MATCH repeats last valid result
I've searched for this issue and I've found some that were close, but not quite, so forgive me if it has been asked and answered.When using INDEX/MATCH, all my results are correct, except that the...
View ArticleVLOOKUP displaying wrong information in Excel
new to excel, and trying to do a simple task, where depending on the months in a month range, some percentage will be displayed. However, it's always displaying 0.Here's a picture to help you...
View ArticleCreating a column of working days in LibreOffice Calc
In LibreOffice Calc, I would like to create a column of working days, like Date from below:DateDay of...
View ArticleImporting a range of formulas from csv or txt file starts with ' in excel and...
I am generating some image URLs with a python script and converting them to a formula. I have tried saving it to both a CSV and a TXT file as others suggested, but both lead to the same problem:After...
View ArticleShow a list where min. number > 5 in worksheet forumula
I'm trying to return a list with a given criteriaMy current data looks like A B1 Anna 4 2 Brad 63 Claire 24 Dan 54 Evie 2I want to select those with a "score" of 4 or less, and sort them in order!As...
View ArticleGetting IFERROR to move to next row if I paste a value in the previous row
Not sure if the title sums up my problem enough. Basically, I am attempting to streamline my data entry by using formulas. How my data is set up is I have three tabs (Sheet 1, Sheet 2, and Sheet 3)....
View ArticleOrdering columns of string alphabetically
I have 3 columns of names that are several thousand rows long.I need to arrange them in alphabetical order.I attached a simplified image of the data (the sample table is on the left side of the image,...
View ArticleNeed to extract multiple matches from a list of values
I am trying to extract data from a worksheet using an array formula but it will only return one (the first it finds) value. The formula I am using is:=INDEX($C$2:$C$8, SMALL(IF($B12=$B$2:$B$8,...
View ArticleHow to import JSON data into EXCEL columns?
I have an excel spreadsheet like following:with a first column the name of something, and then two columns "date" and "owner". I also have the following JSON file which I want to import via "Get Data"...
View ArticleAdding formula to all existing formulas in an excel sheet
I'm setting up a monthly call tracker for sales and customer service. I have almost everything built out, but I'm looking to add the IFERROR function to all cells in the sheet that have a formula in...
View ArticleSearching a large list of strings for a set of strings that may or may not be...
I've looked up similar questions but the answers there don't quite fit my situation, which I think is more simplified.I have a custom application that can export an .xlsx file listing feature codes for...
View ArticleVBA Code to hide rows on multiple sheets
Very new to this so. Is there any way to have the option cell K473 be on tab 1 and change the hidden rows on tabs 2 to 11? The below works perfectly on a single sheet, but would like to have the same...
View ArticleExcel Vlookup Where Column to Search is identified in Preceding column
I am trying to figure out if there is a way to write a formula such that the Table_Array of a vLookup is based on a value from another column. Basically, I want the Vlookup to search on another sheet...
View ArticleSum specific cells from a column based on criteria from another sheet
I have three sheets. ScoreInputs, RawScores and ScoreMatrix.ScoreInputs is basically a single column of raw input scores. Score InputsIn ScoreMatrix, the first row is a list of score categories, then...
View ArticleHow to copy color of the conditional formatting cell to another excel file
On one sheet I have a data which has conditional formatting color.I want to copy and paste that into another file, I was able to paste value, column width etc. but I couldn't paste the color from the...
View ArticleUnraveling a nested IF statement to make it more user friendly
I'm trying to streamline a nested IF statement that my lab uses on a spreadsheet for keeping track of what we make every day for testing - it's a ridiculously complex statement that reads the value of...
View ArticleIn Excel how can I sum all the numbers above the current cell?
I want to have a column in Excel that consists of a header, a bunch of numbers, and then have the sum of those numbers at the bottom. I'd like the sum to adapt to the insertion of new numbers above the...
View Article