How do I include a cell value as the context when using the Excel LARGE...
I'm not sure how to phrase the question. I have a matrix of data that lists applications on the rows and teams that requested them on the columns. An X is used to mark the intersection for a team and...
View ArticleHow do you lock certain cells and hide the formula without protecting the...
I am working in excel, trying to lock my cells and hide the formulas so that they can't be changed without protecting the whole sheet. I've done the format cells and locked and hid formulas. It says...
View ArticleMatch Index breaks when slicer is applied to lookup array
TL:DR I have a lot going on in this workbook, but it seems to boil down to an issue with a slicer affecting the way a match index is looking up values and breaking in part, but not in whole. In other...
View ArticleFormula in Excel that adds up numbers in a column (F) if columns A and B...
I'm stuck on writing this formula.Basically, I'm trying to add up the number of total absences that a student would have by hour.So if the student (A) is in hour 6 (B), their absences (C) are divided...
View ArticleHow to compare two sheets and get the common rows
I have a excel file which has two sheets and below is the first sheet and second sheet. I want to compare the two sheets (ex: each row of first sheet with with all the rows of second sheet ) and then...
View ArticleCalculating an If/Then Based on Certain Criteria in a Column
I'm trying to write the final part of my formula to calculate grade reductions based on absences. As you can see in the table below, I can write a calculation that adds up the number of days missed by...
View ArticleIncrement the cell in Vlookup when dragging horizontally in Excel
I have a Vlookup formula in excel=VLOOKUP($A2, Kenya!$A$2:$L$34,2,FALSE)I'm trying to drag this formula in columns (to right side of the sheet) and I want the the row of the lookup value to increase...
View ArticleExcel auto populate DATE from one worksheet to another in same workbook
I really hope someone can help me with this. I'm getting super frustrated. I have a specific cell (F3) on sheet1 that I'm using the DATE function to show a specific date (not the current date). I want...
View ArticleCountIfs Formula to Include Blank cells
I'm working with this current formula below and what I want to do is count cells that are <10 or are blank. How do I update what's in bold below to also include blank cells?...
View ArticleI want to increment a cell reference of a formula
I have a sheet with player names that change every 19 rows and I want to be able to quickly drag the row down and have it auto paste the formula with it adding 19 rows and pasting the data in for that...
View ArticleIF Formula Greater Than Zero Comparison Returns TRUE For Text Values
I was troubleshooting what I thought was a basic IF formula that I expected to produce a FALSE result. The formula is:=IF(A1>0,"True value","False value")The formula is placed in cell C1. When the...
View ArticleExcel INDEX MATCH looking between two dates of my choosing
I'm using Excel to log a list of items (name of items in column D) and then how long that item took to produce in column G.I'm doing an INDEX MATCH to search for the worst performing product of the...
View ArticleIf this information is in range, yes
I've searched for this but can't seem to find the exact answer.As an example, I have cells a2:a100 with information on departments, finance dept, marketing, sales, etc.I'll be listing all departments,...
View ArticleHow to populate a cell with text which is made up using characters from data...
I have a table in Excel which has a header row and data in cells A2 (text), B2 (text), C2 (text), D2 (text) and E2 (number). A2, B2, C2, D2 are drop downs with different selectable data. E2 is a...
View ArticleHow to VBA update a cell value based on another cell
I've looked all over stack exchange and have not seen exactly what I'm looking for. I have an extensive list of some items that need constant calibration at different dates and intervals, and what I'm...
View ArticleUse 'if' to check a condition. If condition is not met, then do not change...
Cell B1 has value 1Cell B2 has value 1Cell B10 has no value.I write 'if' formula: B10 = IF(b2=b1, b2,)The value in B10 changes to 1.Now, I change B2 value to 2.The cell B10 changes to 0. (because the...
View ArticleHow to get an daily average across many years of data
I have a large amount of data and I am trying to calculate median values for each day of the year across 25 years of data.The median values will be useful so that we can compare current figures to the...
View ArticleHow to make the result of a function permanent
I would like to know if exists a formula that, if a condition is satisfied, return me the value stored in a cell. I know that I can use the feature "To Actual" or copy the cell and pasting it as value....
View ArticleHow do I highlight the max values across every column in a pivot table?
Looking for a way to use conditional formatting to highlight the max value in every column of a pivot table.
View ArticleExcel formular with indirect to select column in tabular fails with wrong...
I want to sum over a tabular with a search value in a selected columnWithout Indirect it looks like this=SUMMEWENN(Data[Verwendungszweck];"*"& [@Stichwort] & "*";Data[Betrag])The value for the...
View Article