how to create a formula to return values with 3 digit
Please help me to create a formula for the following decimal place condition111.000 = 11111.100 = 11.11.110 = 1.110.111 = 0.1110.011 = 0.011I tried "round" formula, but the result return trailing...
View ArticleHow to decrease the number of cells that are selected in the formula in Excel?
I'm using the AVERAGE function and drag/expand it along one row (e.g. from A1 to D1), the cells that are selected should decrease by 1 row in each new column.For example:A1 =AVERAGE(A2:A10)B1...
View ArticleSorting and Reordering columns using Excel Formula
I have a set of excel columns as follows (with n number of rows and columns) I want it to be Sorted and reordered using the group, but I need it to be done using the formula, and not the simple sorting...
View ArticleExcel sum how to include minus amount into sum and ignore the rule for minus
I am trying to create a sum on Excel. For an example, it is 120000-50000 then with the difference I created another column to say what happened to the 70000.00 so that is perfect but as soon as the...
View ArticleCalculating time between two dates excluding weekends when an input is during...
I am attempting to calculate the time difference between two dates to exclude weekends and holidays in Excel. The issue I am running into is that sometimes an event happens during a weekend.For example...
View ArticleExcel IFBLANK equivalent for IFERROR
IFERROR works great because it shortened the formula significantly by having a default behavior, returning the results if condition is not met (no error).I'm looking for the IFBLANK version of this...
View ArticleExcel formula to work out time elapsed between dates based on very specific...
I have a dataset with approx. 29,000 entries related to approx. 3000 unique individuals’ admission and departure dates to and from a service over a period of time. I’m trying to collapse each...
View ArticleValue for nested if clauses searching text
I have a formula that evaluates if certain text is in a cell and then supplies a values based on what it finds. It uses nested if clauses. I am searching text, not numbers. Individually the clauses...
View ArticleExcel: XIRR function returns abnormally high value
I'm trying to help a friend calculate the annual rate of return for his boss's brokerage account. The raw data:Year Date Net Transactions Gains/Losses Earnings Overall change2022 1/1/2022 $3,210.00...
View ArticleExcel wrongly counts blank cells
I have an Excel sheet with some data, and no formulas were used in the sheet as far as I know. I first tried counting blank cells using the COUNTBLANK() function to determine how many cells had no data...
View ArticleExcel Function to Concatenate & Exclude Zeros
I have concatenate pulling several cells names and then the value in those cells. For ex. =Concatenate(“Dog:”&B4&”,”&”Cat:”&C4&”,” etc…)but when referencing it if B4 is 0 then I...
View ArticleHow to remove 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 ArticleLooking for a formula to find a numerical value from a value ran in a table,...
From the picture below, I'm trying to get a return of either T1 T2 T3 (in Green) based on the Final value from the left table and its corresponding tier, from the right table and the tier...
View ArticleHow to make a cell return a number if in another cell I input a certain...
First of all, English is not my native language so explaining what I need is tricky.So I have product that can have a range of widths. Depending on the width of the product, the aquisition price...
View ArticleNeed help to Solve an issue using COUNTIFS Formula
I'm trying to create a sheet showing how many vans in my fleet went to workshops and summarizing them by shop location ("city").Data is in one sheet but two different tabs.The formula I'm using...
View ArticleAdjust sequence position of barcode scanning result
I've been improve our warehouse record method by barcode scanning. But the problem defaut scanning result inside excel format is after scan cursor will move to below cell ( ex : A1 to A2 to A3...
View ArticleExcel formula. Find partial text in column and return cell value from row
This seems like simple concept at least to my limited excel knowledge, but I'm unable to find a formula that does the following.I have two columns of text, column A & column B. I want to search...
View ArticleCustom formula for average deviation
I have a table in MS Excel with the following data, which will be loaded up until day 38 (from columns C to AN):User/Day12345Total (AO)Average (AP)Expected Average DeviationUser...
View ArticleCreate 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 ArticleVLOOKUP and 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 Article