How to Autoincrement the Column index number by dragging VLOOKUP formula down
I need to drag a Vlookup down and have the Column index number in to increase by 1 every row I drag it down.So for example:Row 1:IF(VLOOKUP(A2,'Jan 2024'!$D:$BP,**35**,0)<=0,"IGNORE",VLOOKUP(A2,'Jan...
View ArticleI’m creating an Excel spreadsheet, and I’m trying to have daily values add to...
I am making an excel spreadsheet that is tracking points for tasks completed at my work (with my coworkers).I have the points totalled but I’m trying to figure out how to get our daily points added to...
View ArticleMoving cells down columns without losing formatting in column in Microsoft Excel
When I move cells down a formatted column in Microsoft Excel in order to insert information in the column above the moved cells, Excel removes the formatting from the cells into which I am inserting...
View ArticleI used this formula and if nothing is in the cells I get a #value! until its...
I used this formula and if nothing is in the cells I get a #value! until its populated, can you tell me how to keep it from giving me the...
View ArticleHow to compare two columns and find differences in Excel?
I have two columns in Excel that I want to compare and find the differences between them.Suppose:Col A has 50 numbers, i.e. 0511234567Col B has 100 numbers in the same format
View ArticleVBA Code to hide rows on multiple sheets
Very new to this so. Is there any way to have the option cell K473 be on tab 1 and change the hidden rows on tabs 2 to 11? The below works perfectly on a single sheet, but would like to have the same...
View ArticleAuto update quantity from one sheet to another
We have an Inventory list with columns for Brand, Product, Qty then the multiple prices columns.We have a Sales sheet with columns for the Date, Product (which uses Data Validation for a drop down list...
View ArticleHow to conditionally check if value in Excel Sheet is the same as one another...
I've got some Excel Workbook which for purpose of this will have two Sheets in it.Main Sheet where I've got a Person and CompanyHere I have company but need to conditionally get output like:if company...
View ArticleExcel: Sum values in column if value in same row, different column is odd
I am trying to sum values in column X which correspond to an odd number in column K and sum values in column X which correspond to an even number in column K. I need them summed separately has I am...
View ArticleEvaluate returning #NAME? when trying to calculate large VSTACK
I am working on a project that is pulling a bunch of spilled data across a ton of sheets that are all in the same spot as the sheets are based off of a template.Using the name manager I was able to...
View ArticleExcel help - extract all unique values from column a in multiple sheets
I have a sheet called output, and a sheet for each month a jan, feb etc.Without vba, is there a formula I can use to extract all information from column A in the month sheets, into column a in 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 ArticleSearch value and put in another cell in Excel
I want Excel online to put for example value of 0.01 for eurusd on this chart.I cant figure out how to do this from another cells value.I tried vlookup function but was unable to get it to work...
View ArticleFormat a number with optional decimal places in Excel
I have numbers in cells in Excel. I want the numbers formatted so that if they have decimal places they show to a maximum of two, and if they have no decimal places it doesn't show any.For example. 15...
View ArticleSimplifying a process of formatting a date in order to take the value of the...
So to clarify, I track the site performance for the company I work by exporting the data from a 3rd party tool that tracks it every hour. I average these out to a weekly value and put those into excel....
View ArticleAlpha-sorting multiple rows, empty cells for missing values
Say I have multiple columns:A | B | C…Bill | Bill | JohnAdam | Fran | Nick | Adam2| AdamI’d like to alpha sort the rows in each column, and also add empty values in a cell if the cell does not have the...
View ArticleLinking formatting to duplicate inputs in Excel
I have a time sheet in Excel which has the user name a task they completed in a given timeframe and then assign 4 categorical values in the cells to the right of the custom input.I often see users who...
View ArticleSUMIF only for last condition row
I have a spreadsheet where I need to total values using a SUMIF function and record that total in another column, but I only want it to record that total for the last instance of a value in the...
View ArticleReturn row that contains the highest value in a Pivot Table
I have a data set of quotations that our company has raised that I'm doing some analysis on. I've got a column for the largest quotation we've done for each client by using Summarise Values by> Max,...
View ArticleExcel, reference header row instead of column in xlookup formula?
I need to make an Excel spreadsheet template that merges customer data from two other Excel files that are downloaded from a vendor application each morning. The files have a customer ID number for a...
View Article