Excel formula to populate from one column only if another is empty?
I want column U to equal the value of column P. However, if column P says #N/A N/A then I want it to populate from column L instead. Is there a formula that will do this for me? Sorry if I've not...
View ArticleHow to move all data to one column
how do I make a data that look like below picture and change it to "to be"The picture will explain. i have a very long row of data that need to move in to 1 row, is there a easy way todo without...
View ArticleIf Formula for Going to Expire, Expired Soon, Expired and Valid certificate
My criteria are the following:If the Expiration Date Column cell is more then (60) days remaining = “Valid”If the Expiration Date Column cell is less then (60) days = “Going to Expiry”IF the Expiration...
View ArticleHyperlink or jump to another row in same column?
Is there a way to 'jump to' a certain row in the same column without having to manually set up each hyperlink or formula (meaning I can copy/paste), and set it to change accordingly whenever I insert...
View ArticleSUM of multiple INDEX+MATCH entries
Sorry if this is a duplicated question.I have several spreadsheets with plenty of source data,In which I usually use INDEX+MATCH to find out the source data for the corresponding value,As shown in the...
View ArticleHow to sum in Excel row values from the row that had a specific value in...
If a row from another column has a word (like Sum), how to make the other column sum up all the numbers from below the last Sum and until the previous row?I need a formula to put in O5, O8 and O13. If...
View ArticleExcel formula to get first non-empty value and then return value other row
This formula:=INDEX(Q10:XFD10,MATCH(TRUE,INDEX((Q10:XFD10<>0),0),0))looks up the first non-zero value from column Q till the end in row 10.And it displays the value present in that cell. Suppose...
View ArticleFind the last row in an Excel table column where value is not 0
Using an Excel formula, how can I find the last 'Period' in a table where the 'Contribution' is not 0?Take the example table below. In this case I'm trying to make a formula that would find 'Period'...
View ArticleReturning 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 ArticleReplace contents of Excel column with realtional data from another column/sheet?
I have two excel sheets that have been exported from MySQL, with relational data in them, and I need to replace the reference ID's with the actual data from the relative column.For example, in one...
View ArticleSelect column by number in Excel
I have a small issue with Excel. I doing transformations for some columns in the dataset. I know the number of the columns I want, but I wasn't able to use them in a formula. For example I want to add...
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 ArticleGet specific data from Excel column
I have column with specific data like this I need to get data like "00+000" into another column. All other data is useless for me. Is this possible somehow?Edit: this data is not always rightmost,...
View ArticleRandomly draw numbers without replacement in Excel?
I have a data of 100 numbers in Excel and I want to randomly choose 30 numbers, without the possibility of drawing the same number again (so by removing the numbers that were already selected).And I...
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 ArticleHow can I find max value and display text next to it in Excel?
I need a formula that will find the highest number in a column and then display the text in the cell immediately to the left of that number, i.e. find the highest grade and display the name of the...
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 ArticleCumulative totals from data on multiple sheets from multiple columns
I have a workbook with multiple sheets. There is a main "master billing sheet", with 5 individual billing sheets. I need data from 4 different sheets tracked by "initials" entered in one column to each...
View ArticleCase insensitive but case preserving substitute function, excel
Is there a way to do this, i.e. Foo, FOO, and fOO would come out as Bar, BAR, and and bAR, without having to individually type all possible permutations into the function.=SUBSTITUTE(A1,"foo","bar") is...
View ArticleExcel formula to get SUM quantity with multiple criteria
=INDEX('JO with Comp'!$G$31645:$G$200000,MATCH(1,($A2911='JO with Comp'!$K$31645:$K$200000)*((VLOOKUP($A2911,'JO with Comp'!$K$31645:$R$200000,8,0)='JO with Comp'!$R$31645:$R$200000)),0))I need someone...
View Article