Using the IF Function for decimals to times ONLY the decimal by a certain amount
I am creating an excel sheet that can round up anything after a decimal point. I am counting things in 6s, so if I have 15.2 units of 6 I would like to display it as 15.2 but then in a separate...
View ArticleGetting 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 ArticleSummary sheet data colation
I’m working on an Excel workbook that has data spread across multiple sheets (e.g., "Coal", "Steel", "Turbofuel", "Computer"). Each sheet contains arrays of data related to different resources (like...
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 ArticleSum function is not working properly
I am using Excel to import Data from one excel workbook to another via Data query.The problem is:when I try to use the Sum function, the numbers do not add up and it just shows a 0 even though the...
View ArticleHow can I sort a filter function using custom column arrangement and not have...
I was able to get this formula to work for the filter where I have columns AE and AF selected.When I tried doing adding a sort portion to the formula it mixed the headers in with it, the formula mixed...
View ArticleUsing a cell value as a name of sheet to call a value of a cell on that sheet
I have an excel file with multiple worksheet, the name of each Sheets are from a column in the first sheet like this| A | B || ----- | ---------- || 3rd sheet name| || 4th sheet name | |Can I use the...
View ArticleExcel Function to interpolate a cell's value into the name of a separate...
I'm working on a model that involves pulling data from cells of a separate Excel file. In the referenced Excel file, each sheet is named by year. I'd like to be able to pull data into my model from the...
View ArticleHow to create dynamic and repeatable tables based on a list in Excel 365?
I am re-vamping a series of trackers for my job. They contain month-to-date and year-to-date amounts of accounts we review in various reports. Some of us have 2-4 reports to review, others have 3-6...
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 ArticleDelete certain text between commas in Excel
I need to delete all the emails that end with @live.com and keep the other emails in the cell.Most cells contain multiple emails separated by commas. See below:Example 1Emails:hello@gmail.com,...
View ArticleConverting an Excel formula to a VBA macro
recently i have found a formula and modified it and now it works as i want. It is a formula that calculates the difference between two cells with a certain formatting, like this:Cell I1: (-100-?-?)Cell...
View ArticleWhy do I see a box outlined with my email address in it pointing to the...
In Excel 2010, my spreedsheet has automatically produced a box with my email address in it and pointing to a SUM(Name) cell.What is that? How can I remove it?
View ArticleExcel saves a file in .csv but it keeps the columns and the rows as they were...
I have a problem converting an Excel sheet in a *.csv file. I've searched all day for solutions, but nothing seems to work. After I select the sheet and save it as "CSV(Comma delimited)", pressing OK...
View ArticleExcel: How to automatically update sum formula when a column is added while...
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 ArticleCreating a dynamic array formula with INDEX MATCH
I'm a teacher and I've tried to make an Excel spreadhseet that can automatically pick out a specified number of random keywords and their corresponding definitions from a master list:The number of...
View ArticleScoring a company based on financial metrics relative to peer group with Excel?
I don't think this will be easy or even possible, not entirely sure.I have a list of companies with historic financial metrics (revenue, gross profit, ebitda) to which I have calculated the 3YR, 5YR ad...
View ArticleFormula based Data Validation in Excel Web sheets
This is a follow up from this post. If cell A2 is empty and a value is being entered in cell B2, I want a dialog box to prompt entry in cell A2I tried the method suggested by the contributor in desktop...
View ArticleExcel Formula for Accrued Income over Promotion Period
My workbook has columns from Y:CD with datesIncluded in the rows beneath this is customer revenue dataContract end date is in S2 promotion start date is in t2 and promotion end date is in u2 cease date...
View ArticleIf formula not working
My equation is:=IF(B2>10,"129920",IF(B2>15,"350591",IF(B2>25,"498636",IF(B2>50,"752640",IF(B2>100,"1231889")))))It's showing 129920 for all; not working properly even if B2 is 35, answer...
View Article