Using concatenation operator (&) before ROUND and SUM function in Excel
I'm using Microsoft 365's Excel on Windows 7. I'm trying to understand why this formula:="S/ "&ROUND(SUM(E39:E40),2)Will not provide an output to 2 decimal places?My intention is to concatenate...
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 ArticleHow to dynamically stack non blank cells from a spilled formula in multiple...
The idea is to turn a table filled with 1 and blank cell where the useful info is in the headers into a table with useful info and "" cells and then into a compact table with only the useful info.I...
View ArticleAutomating columns [closed]
I have about a 5400 rows of products from a clothing vendor. Long story short I had to make another column for SizeNames and want whatever the SizeCode is to correlate with what the SizeName should be...
View ArticleHow to make custom Number list format in word with smart numbering system
In my line of work, we deal with documents that are called ASI's (Architectural supplement Instructions). Each ASI is asigned a number in oder from when they are received. So ASI 01, ASI 02, etc. My...
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 auto update formula when a new column is added
I have a body of data, and on another sheet I have calculations for the minimum and maximums of entire rows. The data starts in D4 and each row is another data set. The problem is when I add a new...
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 ArticleCount number of workdays according workhours
I like to sum 4 cells. If the sum of the 4 cells is greater then 0 it shall show a 1 in the "Result cell"(A3, A4, A5 and so on) If the sum the 4 cells is 0 it shall show noting in the "Result...
View ArticleBased on a given start/end date range, how to find matching single dates with...
I have an Excel file with two worksheets (list of single dates of absence, and list of calendar weeks with start/end date of calendar week and availability status).(date writing style:...
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 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 ArticleFood intolerance matrix in excel
I'm attempting to make a crude food intolerance matrix in excel. The matrix itself is simple enough, however the formula for ascertaining the number of instances where symptoms were found is...
View ArticleHow to turn off 'Make formulas visible' [closed]
I seem to have turned on 'Make formulas visible' by accident. How do I make the calculated values visible, please?timothy
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 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 ArticleFormatting a field by combining 2 fields and formatting the outcome
I want to combine the two fields [PARA] and [LN] and then add "CIV" to the end in the results, but I need the results to be 10 places. The fields are positions and line numbers from the manning...
View ArticleHow to search Upwards and paste first text value then stop for every cell
I'm writing an Excel formula for work. I wanted to make it a little better. The Excel is filled with a bunch of info related to work.I have it searching through column D looking for text (that...
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 ArticleCharts losing named ranges, replaced with _{r1}, _{r9}, etc. Am I doing it...
I am using named ranges in a chart within which are OFFSET and INDEX/MATCH functions in order to drive dynamic chart behaviour based on changing the month in a cell.A couple of times today as I have...
View Article