excel-formula
What should I use for boolean values in formulas, true, "true" or true()
When writing an Excel formula, does it make a difference whether you set a value to true, \"true\", or true()?[详细]
2023-01-13 10:08 分类:问答Use the value inside a cell as variable for a function
I would like to create a dynamic function in excel (no VBA) to pass the value of a variable to a number of similar functions. Example:[详细]
2023-01-13 01:28 分类:问答Return values from the row above to the current row
I am trying to do simple thing: I just need to set some cells to values that are on the previous rows.[详细]
2023-01-12 22:49 分类:问答Sharepoint Calculated Column Substring
Need help with a Calculated column issue in SharePoint 2007 Basicall开发者_C百科y, I\'m trying to take the value from the [Contact E-Mail Address] column and remove the mailto: part infront which Sha[详细]
2023-01-12 11:07 分类:问答Copying Excel formulas with Delphi 7
My team leader wants me to check if this is possible. Our app has a grid (we use TAdvStringGrid from tmssoftware) that displays some values. Our users then copy and paste to Excel. (2010) Now they wa[详细]
2023-01-11 21:42 分类:问答When using the IF function, how to use dynamic set for comparison in the "Logical_test" argument?
I am using an array formula (in Excel 2003) to count the number of strings meeting a specific condition.I am using a column of strings instead of a table of cells to store my data because of file size[详细]
2023-01-11 06:42 分类:问答What is the in built function for converting from text to FLOAT in Excel (similar to INT())
What is the in built function for converting from text to FLOAT in E开发者_开发技巧xcel (similar to INT())VALUE()[详细]
2023-01-10 23:23 分类:问答Excel formula to Cross reference 2 sheets, remove duplicates from one sheet
This is related to Excel / VBA Remove duplica开发者_高级运维te rows by cross referencing 2 different sheets then deleting 1 row[详细]
2023-01-10 18:38 分类:问答Evaluate string as formula in cell in Excel 2007
I haven\'t had any luck finding an eval-type function to use in a cell for Excel. Let\'s say I have a cell A1 that contains string \"C4\". I\'d like to be开发者_如何转开发 able to write an in-cell fu[详细]
2023-01-09 14:25 分类:问答excel lookup returning reference
Excel has a \"lookup\" function that finds a specified value in a row or column and returns a correspondi开发者_开发问答ng value from another column.[详细]
2023-01-09 00:42 分类:问答