Use FILTER function to "Include" match against an Array and not one value if...
I'm currently trying to filter some data. I have two sheets, one with the users name, e-mail and their function within the company and another with the same e-mail and then which mailboxes they have...
View ArticleSubscripts inside Excel formulae
I have a formula in Excel that evaluates the l_x's (number of lives aged x) in mortality data:=IF(J3>J2,"l_x increased",IF(J3/J2-1>=devianceThreshold,"Deviance too high",""))Accross the...
View ArticleExcel hyperlink formula autodropdown needed
I need a solution that will enable me to auto-update links in the dropdown. The link contains the address to the workbook, which number should correspond to the given number considered in the row. If...
View ArticleHow to adjust the increment of copying and pasting in excel cells
I need some help with how I can adjust the increment of excel copying and pasting formulas. Because normally, if u copy and paste formulas, Excel keeps the increment of the Cells - but I have a large...
View ArticleConverting time
I am creating a timecard in Excel.In-out-in-out-in-out-totalLet's say my total is 8:38Eight hours and 38 minutes.I have written the below IF statement to convert my minutes, but I cant figure out how...
View ArticleProduce a complete list of ports from a switch's VLAN configuration output in...
I have a set of three formulae that convert a list of ports from a switch's VLAN assignment output into an array that spills into the cells below, and I'd like to combine them into a single formula...
View ArticleHow can I increase the lesson count in this Excel file dependent on the cell...
In order to understand my post, you should see the image below the postIn cell V9 I managed to check the name in B2 with vlookup in student list on the table on the right top and the formula also...
View ArticleVBA - Copy, Paste then delete from old sheet
I have a worksheet that allows a user to pastes data in and then paste it into a hidden sheet in the workbook that drives a pivot table. This is done by command button.My code selects data in the range...
View ArticleHow to populate column of one sheet with info from column of another sheet?
I would like the RESULT column of sheet2 to be populated with information in the RESULT column of sheet1 IF the ID numbers match. Sheet2 has multiple rows to populate.Reference sheet columns:ID | NAME...
View ArticleGenerate Combinations in Excel
I have an input row which contains the cells:303030505060100I want to generate all possible combinations of length 3 from this set. So I would want rows containing 3 populated cells and the elements of...
View ArticleApply one formula to all selected cells
So in Excel 2013 (v15.x), is there still no one-step way to apply an arbitrary formula to all selected cells or am I just missing it? The closest thing I see here on search is the answer to this...
View ArticleHow to compare two rows for variable data, using a formula
My table is as follows (although this is a sample, the actual table is 12Rx20C):OrderMarkersMarkersMarkersResult50KMarker A00NEG50KMarker A00NEG601Marker AMarker B0NEG95YMarker BMarker C0POS95YMarker...
View Article-SOLVED- Comparing numerical cell values with an ID against all other cells...
The title doesn't do the question justice (nor is it very clear). I am trying to program the cells in column J (J5 in screenshot) to display "yes" or "no" based on the following. For reference, here is...
View ArticleComparing numerical cell values with an ID against all other cells in rows...
The title doesn't do the question justice (nor is it very clear). I am trying to program the cells in column J (J5 in screenshot) to display "yes" or "no" based on the following. For reference, here is...
View ArticleCell to display dollar amount if a number amount is entered in same cell
Shed Materials List:What I am trying to do is if I enter the amount of 2x4x8's for trusses (20) in cell AD9, I want excel to multiply the amount entered in cell AD9 (20) by the dollar amount in cell...
View ArticleSKU items to Display on website as Selectable Links from data on a spreadsheet
I have a slightly complex question that maybe someone more knowledgeable in the excel formula/macros department can answer. Okay here goes nothing!I am creating a website that has a shopping cart...
View ArticleAuto adjusting counting in two different columns
Scenario: There are two columns(Circuit No.), the count is from left to right then a cell below the left then right and so on.Problem: A column named as POLES can adjust the numbering, if I put 3...
View ArticleEmpty arrays not supported error
I have a workbook of sheets, one for each year, and need to get the average of all months that passed in the year of that sheet. The sheets are named by year and I named the formula:...
View ArticleReferences to blank cells become 0's
I have a spreadsheet in excel where I need to make some references to an area in another spreadsheet. I simply use ='EARTH'!B9:N323, which is an area mixed with some columns of text and others of...
View ArticleHow can I make a volatile Excel formula static, specifically a formula...
I have a task log that I created at work to prioritize my daily to-do's. In one column I've added a formula to automatically calculate Covey's quadrant numbers based on whether or not I've assigned a...
View Article