Getting average of data with multiple entries for a single date using Pivot...
I have tried this, but I am unsuccessful.I have the data dump in an excel sheet (Excel 2010). The first column has month. The second has the dates. The third column has numerical data. I have applied...
View ArticleHow to create a formula that will extract a cell reference, then itself...
I have a sheet1 that references a cell in sheet2. In this case sheet2 is ordered in a specific way but sheet1 is not ordered in the same way, I have to manually find the cell I want to reference.In...
View ArticleConverting a date from mm/dd/yyyy to its numerical value
I am getting data from a reporting tool. The report contains Date and User columns (in that order). The tool returns dates in mm/dd/yyyy format. Excel does not convert the imported data to a numerical...
View ArticleExcel IF Formula to search rows less than a specific date
I have a very large spreadsheet with many dates in each row with the DD-MMM-YYYY format. I would like to return a 'YES' for all rows with dates less than a certain date (which will change) and return...
View ArticleHow to set the language for formulas to English instead of the default Excel...
Excel 2007 is installed in French language. So all formulas are in French, which is not handy:=RECHERCHEV(...)instead of=VLOOKUP(...)Question: how to set the language to English for formulas, even if...
View ArticleI need to add ISBLANK to a formula but not sure where to input it within the...
=VLOOKUP(F6,Catalogue!M:S,7,0)Where do I insert IFBLANK in the above formula to leave 'blank' if vlookup data is blank? Currently, the cell is showing 0 instead of a blank
View Articlegenerate line graph from spreadsheet with month and category column?
Trying to generate a line graph that shows the amount a certain category happened per month. The spreadsheet has the category of an instance as well as the month it occurred. Easy way to do this?...
View ArticleI need to add another argument to an Excel formula but not sure where to add it?
Current formula:=IF(M4=AA4,"No action required",IF(AND(DAY(P4)=31,MONTH(P4)=12),"No action release date tbc",IF(AND(DAY(L4)=31,MONTH(L4)=12),"Action amend RequestDat to 14/12/2023 release...
View ArticleHow to modify these VBA codes to save excel sheet in excel format (.xlsx)?
I have added a button in excel sheet and now when I click that button it saves the sheet at specific path with specific name but in pdf format. I want to save this sheet simply in excel format (.xlsx)....
View Articlehow to create a formula to return values with 3 digit
Please help me create a formula for the following decimal place condition111.000 = 11111.100 = 11.11.110 = 1.110.111 = 0.1110.011 = 0.011I tried the "round" formula, but the result returns trailing...
View ArticleWhat is the best way to create a fixed template to manipulate, sort, convert...
I have been given a task to create a working template in Excel which converts our fortnightly payroll journal file from our payroll software into an accounting journal file so that we can upload this...
View ArticleHow to convert a number of minutes to a time in Excel hh:mm format?
I have a set of data that is represented in minutes. This data needs to be converted to hours and the remainder to minutes.For example, in column A I have 120 and in Column B I need to present the data...
View ArticleTrying to understand a VLOOKUP and a HLOOKUP combo
I am struggling with the following (see snapshot) and I can't understand what I'm missing.If the id matches, I would like to extract the value of that id in when the values in col2 matches the headers...
View ArticleHow to remove a hidden character in Excel?
I have an Excel table like the following, I want to delete the blank cell by:Find & select -> go to special-> blanksthen ok, but "no cells where found" appears,after I tried pressing the...
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 ArticleHow to access a cell's formatted value for use in another cell's calculated...
Let's say I have a spreadsheet with currency values in column A and date values in column B. Each row of column A may be in different currencies ($, €, ¥, etc.). Each currency cell will have a format...
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 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 ArticleHow to get the second lowest unique value if more than 1 value available...
I would to get the second lowest unique rating value from an array of 5 rating values if the values are different. Zero should be excluded. Duplicate values should be treated as 1 value. If the value...
View ArticleHow to implement an inventory update with Excel?
I'm trying to update inventory using Excel Files. In Workbook 1, column A I have a SKU to identify each product. In workbook 2, Column A is a matching SKU (not in the same order as Workbook 1) Column B...
View ArticleExcel: Return Column A if Condition X is met in Column B, C, or D
I have a list of items with attached attributes. Each has more than one attribute, and there are a lot of attributes, so each alike attribute does not have its own column. I would like to have a second...
View ArticleHow to find first unique word in dataset and then populate a list
I cannot figure out how to search through the list (in Column D), under Plan Name to find the unique name and then populate a list under B2 (where the result box is).What is the best way to accomplish...
View Articlehow to split multi-row cells in excel while shifting other cells to match?
I have an array of data like this:As you can see, in rows 2 and 3 the cells are multilined.I'm looking for an Excel formula that would turn the above into this:splitting the multi-row cells into...
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 ArticleHow to automatically update sum formula when a column is added while keeping...
I am currently having a problem in Excel.I am trying to find a sum of yearly cost, and this excel sheet will be updated as the month goes on.The problem is, I could easily sum the yearly cost using the...
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 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 ArticleIn OpenOffice Calc, is it possible to write a formula in one cell (e.g. A1),...
I am preparing a prototype using OpenOffice, that needs to display (using cartesian co-ordinates) the conformation of a series of blocks. I have the co-ordinates in a simple list, I just want to...
View Article