Excel Formula Condense and Simplify
I'd like to condense and simplify this formula into one line, so as to drop the E1-half-step, without getting too redundant. This is one of the first steps I'll use to tie work orders together and...
View ArticleHow to create a new table from existing table in Excel?
I have an existing master table, tbl_A. I need to narrow it down into a new table, tbl_B. tbl_B should only have a selection of tbl_A's columns and filter out some of tbl_A's rows, and any changes made...
View ArticleExcel formula to calculate amount of overtime
I need help calculating the number of hours over 40. Its a payroll spreadsheet and I want to calculate overtime.If Q4 is greater than 40 hours then subtract 40 hours from Q4 and display the number of...
View ArticleCalculate Column Based on Dates Matching
I have data in two different sheets (Raw Data and Reference Data). The Raw Data has multiple profit lines of the same date. I would like to pull this data as a total sum based on date to the Reference...
View ArticleHow do I get rid of all line breaks in a cell by means of the SUBSTITUTE()...
I have a text with line breaks inside cell "A1":abcdefThis shall become:abc\r\ndefI want to have those line break signs "\r\n" in there, my aim is to get SQL queries as a one-liner so that I can put...
View ArticleSubtracting from today only if other cell is empty
I want to track the amount of time it takes to pay an invoice from the date of submission F11=submission date G11=Date Paid H11=totals days. The formula will be in H11 where F11 is substracted from...
View ArticleReturning a blank cell (not an empty string) from an IF in Excel
Currently I have an Excel formula which reads:=IF(ISBLANK(F24),"",F24*$C24)However, if F24 is blank, this formula does not return an empty cell. It returns an empty string, which causes a #VALUE error...
View ArticleIn a spreadsheet how do I keep a relative reference at a fixed offset to the...
I've seen a similar question regarding absolute references, How to keep a spreadsheet cell reference fixed when rows are inserted? and I think the solution may be similar.I'm using a spreadsheet to do...
View ArticleCorrect Formula Approach
Consider the following sample:Big PictureI need to subtract 2 Weeks from all dates in column B, only when the Time in Column D matches a particular time(in this example 9PM), regardless of category...
View ArticleCombine duplicate rows on Excel with the "non-blank" value?
I have a spreadsheet with duplicate names, but each row has different columns where things are blank. Is it possible to remove the duplicates in a way that keeps the non-blank value, or keep the value...
View ArticleSearch for terms in a column across all sheets and return the tab name,...
My workbook contains 24 sheets, we are doing some policy mapping stuff.So the 24th sheet (or tab) contains a column ranging A2:1190 with terms like "AC-1", "AC-2(2)".I want to search these individual...
View ArticleExcel: count unique instances across two columns
I have a spreadsheet that has a column for cell sites and another column for frequency like this:SITE FREQUENCYMA1084 687MA1084 687MA1084 687MA1084 4382MA1084 4382MA1084 4382MA1096 4358MA1096...
View ArticleExcel modulus function MOD(0.9, 0.3) returns unexpected result
MOD function in Excel should return the Modulo Remainder in ExcelI believe the function =MOD(0.9, 0.3) should give 0 since basically 0.3*3 is 0.9But it gives 5.55112E-17Any hints to what's wrong?
View ArticleContinuation of Correct Formula Approach
See: Correct Formula ApproachThis is a continuation of that question. I have implemented the LOOKUP function Described there, and now have a separate column printing dates minus 2 weeks where needed....
View ArticleConditional Formatting Rule for running sum less than or equal to a number in...
Is there a way to apply conditional formatting or another formula on a multiple range of cells to determine if the combined sum in a range of cells is equal to or less than a value in a single cell?The...
View ArticleChange the status text in a cell (e.g. from Ongoing to Alert), if the date on...
I have received date on column B and status on column A (Ongoing, Closed, Alert, Waiting to receive the product, Not started).How can i change the status of column A(for example from ongoing to alert)...
View ArticleHow to execute a formula in a separate sheet referenced by another cell...
I have a product that I have been building that requires the user to build new sheets in the workbook for separate people. Due to not knowing the names, I have the future sheets numbered in a cell that...
View ArticleExcel formula to ignore blank cells
I have the following formula in Excel to count errors when the data entered does not appear in a specific list. =SUMPRODUCT(--(COUNTIF(MyList,TestData)=0))However, It is counting blank cells as an...
View Articlei want a formula on How to return 2 cells when you find the customer name in...
I have customers in columns and destination in rows and the volume is for customer/destinationI want to create a formula that shows the maximum volume at a destination for a specific customer, hence if...
View ArticleIn Excel replacing a column with another column
I have a list of Variables in Column A > list of items another list of variables in Column B > with corresponding Item Codes for >> column A And in Column C > I have list of item codes...
View Article