Automatically populate a template in excel from table with input values
I would like to have an table with input. Press a button. And use excel to generate 1-20 lines with the same input. For every row of input there are 3 output lines.Simplified Example input...
View ArticleExcel formula that allocates weight into 3 different sized containers
I have an excel sheet that i use to calculate a raw material cost per kg for my customer.effectively i want the excel sheet to calculate how many jerry cans are needed for the total weight of the order...
View ArticleHow to add cell color based of values with color gradient from red to yellow...
I have values like this: If the values are higher than -5 or +5 they are also red. everything towards 0 gets greener like the screenshot.Formatting with the conditional format for each column is a lot...
View Articlelimiting excel columns to a maximum
After I import a csv file and double-click to make the columns wide enough to show data for each column contextually, many columns are way too wide.Is there a routine I can run in an xlsx file that...
View ArticleChanging cell values based on another cell
Lets say that I have 3 parameters/cells:High (Cell A1)Medium (Cell A2)Low (Cell A3)the fixed values for these cells are 2, 2 ,2 how can I change the value of cellA1 based on the changes of cellA2, or...
View ArticleExcel formula - returning a list of values from multiple criteria
I’ve had a real struggle with this one and can’t crack it for the life of me.I need to create an excel formula that does the following:*Looks for all Values in Forces!A1:A5000 that match the value in...
View ArticleHow to use if statement to merge cells depending on selected value
I am a photographer and I want to create a weekly time sheet for my photo shoot bookings. Some sessions are 1 hour long, some are 2 hours, 4 hours... etc. So I created a table and a dropdown list...
View ArticleHow to vlookup all columns and sum
I have two table.The first table contains menu and price:MenuPricePizza20Pie10Beer5Burger10The second one contains a buyer and menu. I want to get the sum of price based on menu like in the example...
View ArticleChain array formulae
Is it possible to chain array formulae?i.e.)Assume a column of values such as "Max", "Michael", "Kyle", "Michael" starting in A1Then a formula such as =UNIQUE(A1:A4) in A2 ("Max", "Michael", "Kyle")Is...
View ArticleHow do you make a dynamic link to another workbook?
I have numerous workbooks titled in the format "Year Detailed", e.g. "2000 Detailed.xlsx", "2001 Detailed.xlsx", ... "2018 Detailed.xlsx".I am trying to make a summary sheet in another workbook,...
View ArticleHow do I get the sum of hours:minutes in MS Excel in the status bar and in a...
I know that there are questions around that are much the same, like Sum the number of hours in Excel, which asks you to format [h]:mm, which I do and it still does not work.Also not so far is How do...
View ArticleChanging Cell Color based on Multiple Cells
I would like to know how I can set the Cell A to auto change color to red if 3 out of 4 cells (B through E) have a "Y" value.Screenshot provided for reference
View ArticleLinking columns on different sheets
I'm very new to VBA coding (only dabbling for this specific project), so I would really appreciate any advice on an issue I'm having. I'm attempting to independently link multiple column ranges on...
View ArticleWant to give more options in an IF formula
Current formula is=IF(AND(RIGHT(A3,2)="00",B3="Vinyl",H3="No",I3="01 - UMGI",G3="Catalogue"),"8M Block required","None")Instead of IF B3 equals Vinyl I want to putIF B3 = LP or 2LP or 3LP or 4LP or EP...
View ArticleExcel cell references not updating when referenced cells are sorted
There are two tables, each with 75 entries. Each entry in the 2nd table calls an entry in the first table a parent. One of my 2nd table columns contains the "Parent Price", referencing the Price column...
View ArticleHow can I pull specific rows in Excel into a new spreadsheet
I have several spreadsheets containing data I need to analyse. I have a randomized list of numbers that dictate which rows in each spreadsheet I need to code for my data sample. Is there a formula I...
View ArticleNeed help using index/match/vlookup
enter image description hereI need assistance creating a formula with match statement(s). My current formula isn't reading all my columns and gives me an "N/A" the moment I change "FOB" <--column I...
View ArticleConditional Formatting for one cell value in a list, another cell blank
Looking for how to do Conditional Formatting for the following rule:If a number in a cell equals one of a list of particular numbers, then information MUST be entered into an additional cell. Both...
View ArticleExcel Calculation
Column A has a 'date' in or 'Allocation Block' inColumn B has a 'date' inMy formula to see how many days are between both is below=(@columnB))-(@columnA)However, how can I ensure if Column A has...
View ArticleA formula to select the highest cell in a row that then shows the entire row
I would like to do the following:Find the highest cell in a column in an excel spreadsheet.Display that entire row.I have a spreadsheet that tracks our Walks that shows:Number of Walks (Column A)Date...
View Article