How can I move a set of columns that are duplicated down under the matching...
I have an export of CSV data that repeats in the columns. What I need is a clean sheet that has all the columns back together. I made a mockup; the actual data is much more complicated, and there 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 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 returning a non zero value for something that should be zero
I am using this formula:=IF(Data!F26>=0.875, "aaa", "")The value in Data!F26 is blank or ""The cell displays aaa when it should be blank because 0 or blank or "" is less than .875. In my actual...
View ArticleFormula for Matching Header to Value
This is a question that I may have difficulty explaining, so bear with me.On one sheet I have a column which has several cells, some of which are blank, some that have a single value, and some that...
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 ArticleError using countifs function in Excel
I'm trying to use the countifs function to count occurrences of text within a multi-column range when another piece of text appears in a different range.In the table below, A1:A12 is named colors and...
View ArticleHow to prevent #REF errors appearing in formulas when referenced workbook is...
In my workbook A, I have formulas that reference my workbook B. Once I open workbook B and enable editing, all of the formulas in workbook A show workbook B's worksheet name as #REF (but the filepath...
View ArticleA blank cell not registering as zero in excel
I am running a complex IF equation in Excel 2003 (yes, the computers at work are that old too) and it is important to the equation that blank cells are valued at zero, which is, I understand, how excel...
View ArticleHow to split comma separated numbers using a formula
I have a long, comma-separated list which looks like this in Excel:481703472.963,2761810387.418,34630.525481703472.963,2761810387.418,34630.526481703472.963,2761810387.418,34630.527I need a formula to...
View ArticleHow to compare two columns in Excel with a conditional IF statement?
I have three columns that have some expense figures: Actual (column A), Budget (column B), Variance (column C):For these expenses, if Actual is greater than Budget, I want the variance column...
View ArticleHow to sum across columns automatically? [migrated]
Would like your help to solve the problem as file attached.https://docs.google.com/spreadsheets/d/1E3KTOYHuYIJy9uQKsvlXwbCpwL6cU1IHAQ-Yirb-AfQ/edit#gid=0I would like each column to sum automatically...
View ArticleVBA: How to replace entire Excel cell value basing on its content?
I have an Excel Spreadsheet with some names in a cells. There can be as one name per cell as multiple names in one cell. For example: Cell A5 contains "Joe", cell BD54 contains "Joe;Harry;Molly", cell...
View ArticleUpdate price by part & price break vertical file from horizontal part price...
I need to update vertical extract price file with the correct part and price break price found on the horizontal price sheet which contains four price breaks varying from 1,000 to 25,00 and some of the...
View ArticleExcel formula to track streak
I've been using a table to give myself a daily grade on some tasks, each row is laid out likeDo stretches:| A | A | B | C | A did yoga | F forgot | A | B | A | B | AI would like to add a cell that...
View ArticleHow to combine SUBTOTAL and SUMIFS in Excel?
I am struggling to combine my SUMIFS formula with SUBTOTAL. As you can see in the picture, my SUMIFS formula (highlighted in yellow, formulate pasted as text below it) sums up Column C when values in...
View ArticleFinding IPs covered by Subnets in an Excel document
I have a giant excel document that contains a list of IPs, but there are also entries that have subnets. So for example, I might see "IP" "/16" and the first two octets would be the first two octets of...
View ArticleHow do I run a specific formula in Excel but have it ignore the formula if...
I'm currently running this formula =ROUND((AVERAGE(B3:AX3)/2)*100, 0) but if B3:AX3 has no values at all, I get #DIV/0! appearing in the calculation cell.How do I adjust my formula so that excel will...
View ArticleExcel formula to show two months?
Trying to see if there's a formula that would pull data from a combination of cells and return showing two months?someting similar to the following.Cell showing the two months since its the end of...
View Article