Apr 28, 2019 ... I want to compare a value to a column, find the matching value in said column and output the value of the cell left of the matching value cell.
Jun 24, 2022 ... I am trying to use a simple function to return one value if true and another if false. I have a few columns, all containing a formula.
Jan 21, 2016 ... ... returns 0 no matter what the value in the cell is before the call: ExcelReference caller = XlCall.Excel(XlCall.xlfCaller) as ExcelReference;.
Jul 18, 2022 ... I want to be able on the Weekly sheet in the third column to lookup the date that is in column A for that row and search the Monthly sheet for that date.
Jul 7, 2023 ... I have placed a possible solution for you in the sheet/tab called Help in cell X2, which I have added to your file. This one formula will give ...
Apr 18, 2024 ... I need to return a numeric value, depending on the value is in another cell. For example, if C3 is 1 than D3 would be 50, if C3 is 2 than D3 would be 45, if C3 ...
Mar 29, 2017 ... Excel does not have a way for a UDF to abandon the calculation, and not return a value. Your UDF can read the old value of the cell, but that ...
Mar 4, 2021 ... I am trying to find the formula/function that would search for the yellow highlighted cell in the row and return the value or combination that is in the cell ...
Mar 29, 2024 ... I have a sheet with a table that contains pay rates based on two factors, years of employment and pay level. I need a formula that can reference this table.
Mar 22, 2022 ... I've created a spreadsheet of English premier league football (soccer) teams and am trying to work out how I can get a cell to fill in a value based on the the ...
May 12, 2020 ... I'm trying to create a lookup function that gives an error or a problem in a cell when the value is not found in the array I'm searching.
May 24, 2017 ... However, i found an issue regarding the data read by openpyxl upon saving the file with formulas. After updating the cell value and saving , ...
May 16, 2019 ... ... get the 13 in that last picture. LEFT will return text instead of numbers and might include some non-graphic elements. Since your comparison ...
Apr 11, 2019 ... I need help with a formula that can look at all the cells of column D, find out the matching cells in column A, and then return the relevant ID-number to ...
I need to close Excel entirely. Do you have any clues on to how to attack this issue? If I want to return the value of a specific cell within the range ...
Mar 25, 2024 ... In this case, the formula lives in cell E1 only. What is important is that cell E1 and cell F1 and cell E2 and cell F2 must be cleared before ...
May 13, 2019 ... ... cells returning values from the array formula in rows 5+. Thank you ... Matt posits the you're using a port from Excel, or using your old Excel ...
Nov 24, 2021 ... ... cell into a formula? For example: =(Value of A12)!B24 to return the value of B24 from with a sheet named after the value of A12. In my PHP ...