
excel - Check whether a cell contains a substring - Stack Overflow
Sep 4, 2013 · Is there an in-built function to check if a cell contains a given character/substring? It would mean you can apply textual functions like Left/Right/Mid on a conditional basis without throwing e...
excel - Return values from the row above to the current row
Jun 15, 2012 · To solve this problem in Excel, usually I would just type in the literal row number of the cell above, e.g., if I'm typing in Cell A7, I would use the formula =A6. Then if I copied that formula to other cells, they would also use the row of the previous cell. Another option is to use Indirect(), which resolves the literal statement inside to be a formula. You could use something …
How to keep one variable constant with other one changing with …
Jan 25, 2016 · Lets say I have one cell A1, which I want to keep constant in a calculation. For example, I want to calculate a value like this: =(B1+4)/(A1) How do I make it so that if I drag that cell to make a
Using "If cell contains #N/A" as a formula condition.
Jan 7, 2014 · I need help on my Excel sheet. How can I declare the following IF condition properly? if A1 = "n/a" then C1 = B1 else if A1 != "n/a" or has value(int) then C1 = A1*B1
excel - Format cell color based on value in another sheet and cell ...
I have a workbook with two sheets. I would like to format the cell background color in the first column of sheet 1 based on the values in the second column of sheet 2. For example, if the value of...
Assign a value to a cell depending on content of another cell
Jan 16, 2020 · I am trying to use the IF function to assign a value to a cell depending on another cells value So, if the value in column 'E' is 1, then the value in column G should be the same as F But, if the ...
Excel: Cross-sheet reference not working - Stack Overflow
Feb 12, 2014 · I'm having trouble with a cross-sheet reference within the same file. On the second tab named "Disclosures & Identification," there is a set of merged cells at D5:G5 which hold text. On the ...
excel - If two cells match, return value from third - Stack Overflow
Oct 15, 2014 · Here's a simple explanation of what I'm having trouble with. Column A: List of 2300 order numbers Column B: Email Address associated with an order number Column C: List of 100 specific order numbers
excel - How do I dynamically change input cell in a formula based …
Jun 5, 2016 · It is possible to dynamically change the input cell address in a formula based on the content in another cell? Let's say I have a spreadsheet (excel or libreoffice) with these cell values: A1: 10...
Excel formula to get cell color [duplicate] - Stack Overflow
I would like to know if we can find out the Color of the CELL with the help of any inline formula (without using any macros) I'm using Home User Office package 2010.