Excel auto populate DATE from one worksheet to another in same workbook
I really hope someone can help me with this. I'm getting super frustrated. I have a specific cell (F3) on sheet1 that I'm using the DATE function to show a specific date (not the current date). I want...
View ArticleHow to get total QTY from two columns, and get QTY based on location and date...
So I have been trying to get an answer to this situation and I have tried a slew of functions from countifs, sumifs and its not working as I had hoped.What I am trying to do: I have two tabs in excel...
View ArticleExcel fill cell with "YES" if the date is after today (Windows 10, Excel 2010)
I want to use an IF function, to do something like:"if date is after today, cell = YES, otherwise cell = blank"I can't quite get my head around the double formula of pulling today's date within the IF...
View ArticleFunctions based on multiple criteria
I want to do some count functions based on multiple criteria. I have a sample dataset here:I want to find the number of Males if BD = MCD or FSGS.For this I...
View ArticleExcel keyboard shortcut to edit formula in formula bar
When I press F2 in a cell I can edit it inside the cell. However often it's just more convenient to make the edit in the formula bar.I can switch to formula bar by mouse, just wondering whether there...
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 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 ArticleFormula to return 1 if all the cells in a range contain 'yes' otherwise return 0
I need a formula that will return a 1 if all cells in a range contain yes, or return 0`.I can get it to return a 1 using =IF(L6:L15="YES",1) but after that I'm stuck.
View ArticleCombing Average. Round, and Iferror function into one formula?
I need a combined formula to average a set of numbers, round them up, and also include the iferror function to avoid the #DIV/0!
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 ArticleI need a formula in Excel to calculate the total of resources cost per project
I need a formula to give me the total cost of the resources who worked on a specific project as I have multiple projects and resources but I need to get the exact total
View ArticleExcel Formula To Get Last Non Zero or Not Blank Value in a row And Return Value
Ive seen a few similar questions on here but it didnt work for me.Im trying to find the last non blank cell and cell without certain text criteria in a row; which the data range is not contiguous with...
View Articlehow to replace ** in excel 365 without deleting other text
how to replace ** in excel 365 without deleting other text. I have tried ~** but that did not work and it deleted the entire line. I cannot find a solution. Thanks!
View ArticleCalculating Stock Profit/Loss in Excel
I'm trying to create simple spreadsheet to calculate profit/loss after every complete transaction I perform on the stock market. This way I'll be able to track my portfolio performance at any moment...
View ArticleEXCEL IF AND Formula in excel to not calculate any date 31/12
=IF(AND(AND(DAY(G6)<>31,MONTH(G6)<>12),OR(I6="AT",I6="CH",I6="DE",I6="NL",I6="SE")),"Keep","Delete Line")G6 has a date in DD/MM/YYYY (If 31/12 it must calculate to Delete Line)I6 has a...
View ArticleExcluding hours in Excel
I'm trying to calculate the processing timefrom time received to time completed, and I need to exclude the hours of11 pm - 8 am because they're non-working hours. I tried playing with the NETWORKDAYS...
View ArticlePopulate missing entries from one sheet to another
I have two Sheets in Excel. For this example, Sheet 1 and Sheet 2.Sheet 1:100 records with Name, Location, GenderSheet 2:100 records with Name, Location, AgeThe sources of the data are not...
View ArticleFormula for calculating difference between two time stamps
I have used the formula given below and at this link to calculate the time between two-time stamps for task created and task resolution. The time stamp should include hours from 7:00AM to...
View ArticleExcel formula gives different result than manual calculation
I have a more or less complex formula in my sheet to calculate the remaining amounts of an asset after a transaction happened. As of right now, unfortunately, instead of showing 0 after selling all of...
View ArticleNeed to extract multiple matches from a list of values
I am trying to extract data from a worksheet using an array formula but it will only return one (the first it finds) value. The formula I am using is:=INDEX($C$2:$C$8, SMALL(IF($B12=$B$2:$B$8,...
View Article