Returning values from on column in a row if another column in the row meets...
I want to be able to get values from a cell in one column if data in other column meets criteria. Please look at the picture then read further.So I want to create one column to show all SRaverage...
View ArticleTrouble using IFERROR with an IF statement that has Multiple Conditions
I have a nested IF formula. The return value for some of the IF statements is given by index-matching. If the item doesn't exist on the other sheet, the index-match returns a #N/A, but if there's an...
View ArticleGenerate Unique ID Based Multiple Cells - Excel
I am wanting to generate a unique ID in Excel based on 3 cells. Date, Name/initials & customer name in the format DDMMYYinitialsxx - Initials as 2 letters and xx is a number eg 01, 02.If all 3...
View ArticleHow do I show formatted numbers only in the formatted form in Excel cells?
So when I am using excel, sometimes a formula used will prompt an answer such as 67.9999999. When I then paste this into another cell which I have formatted to 2 decimal places it shows 68, but in the...
View ArticleHaving a hard time using Microsoft Excel IF function
I have been working on a simple tracking database, and I'm having a hard time using the IF function (or if this is even the right function to use for my problem). I want to create an ID number for the...
View ArticleExcel Formula with a multiple condition
=IF(OR(L37="","",(IF(L37=6000,5800,6000))),ROUNDDOWN(L37/F37,0),1)I need help to solve the formula above.I used this formula to get the Number of Goods Quantity if the required length is 650mm for this...
View ArticleExcel spreadsheet with multi-select column and data validation
I am creating an Excel spreadsheet with 3 columns: category, subcategory and description.Category and subcategory will both have dropdowns. I have already added this by using name ranges and data...
View ArticleHow do I assign numeric values to text in Excel or Numbers and add them
I created a spreadsheet to track my sons wrestling team. The text I'm trying to convert is Wp, Wt, Wm, etc. The first letter stands for Win and the second letter represents how the match was won. p =...
View ArticlePull dynamic hierarchy from another sheet
I have an excel file with two sheets, from which I want to create a template.In sheet 1 I want to be able to insert tasks and subtasks of a project. Each tasks can have a changing number of subtasks,...
View ArticleHow to get 1 column of formulas to match the same size as another column
I have 2 columns, one in sheet 1 and another in sheet 2. The column in sheet 1 will have data entries so there could any amount of data entries. I then have another column in sheet 2. I will call these...
View ArticleIF(ISNUMBER( Search cell from table and return item on table
I want to search J2 for a section of text that would match any of the items in a list (B25:B34), and if there is a match, I want A2 to return whichever one of those items were matched.ie.Cell to be...
View ArticleFormula that can add X number of rows (based on the value in another cell)
Hoping you can help - I have a formula that will build table rows (here).But I have data that is slightly different and hoping there's a way to adjust the formula to make it work.Option 1.I basically...
View ArticleDaily Data into Monthly Data Excel
I'm working on an excel project where I have an excel sheet with daily percentage yield data for everyday for 20y. I'm only interested in having the yield of the first entry of each month. How can I...
View ArticleHow do i extract a list of all cells that contain a text string?
Lets say I have this list:AB1Stack East5002Stack West6003Whack One7004Track Yellow5005Stack North5006Stack North700Stack North is Cell A; 500 is cell B.I want a new tab which only shows e.g. the cells...
View ArticleWhat formulas or workaround I could use to make this holiday planner work?
I want to create a holiday planner to keep track of the holiday used by a number of employees. These employees will be split into language teams:I used this formula to create a monthly...
View ArticleHow to use cell reference within formula for formula in another cell in Excel?
I have joined just to ask this question as I'm not sure if it's achievable without VBA.In column A I have a list of values, let's say A1:A9 contain the values "1000" to "9000" respectively.In B1 I am...
View ArticleHow can I split and/or combine the data from different cells?
I have the following data:I need the information either broken down into different cells, or combined from the different cells into one.Is there perhaps a formula that can split or combine the...
View ArticleExpand two columns in Excel
I'm trying to expand or "combine" two columns in Excel. Not concatenating them, but "mixing" the resultFor example, I have these 2 columns:C1C2a1b2c3And I want two new columns, looking like this, where...
View ArticlePrevent phantom dates when combining dates with potentially blank cells?
I'm trying to combine four cells with dates into one, with + as a delimiter. Some of the cells are empty. I tried the TEXTJOIN function, but Excel returns a date for the empty cells.For example given...
View ArticleHow to CONCAT (or something like it) Sheet-file path reference in Excel
I’m trying to simplify my Excel function my referencing a simple string I am using quite a few times.In Sheet1 and Sheet2 and have a small matrix.That I am calling from Sheet3 with the INDEX function....
View Article