Global web icon
stackoverflow.com
https://stackoverflow.com/questions/3286197/what-d…
What does -- do in Excel formulas? - Stack Overflow
Boolean values TRUE and FALSE in excel are treated as 1 and 0, but we need to convert them. To convert them into numbers 1 or 0, do some mathematical operation.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/20962940/using…
Using "If cell contains #N/A" as a formula condition.
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
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/27611260/what-…
What are the RGB codes for the Conditional Formatting 'Styles' in Excel ...
I've got some cells that I have Conditionally Formatted to Excel's standard 'Bad' Style (Dark red text, light red fill). In another column I have cells that I have created a Conditional Formatting formula for. I also want to code these to match the 'Bad' Style, but there isn't an option to use the pre-defined dark red text, light red fill.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/57659617/how-t…
excel - How to reference table column header name and table row number ...
I'm trying to populate a new table in a new worksheet with data from an existing table in a different worksheet. I need to reference the column header name because the positions of the columns may ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/18617175/check…
excel - Check whether a cell contains a substring - Stack Overflow
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...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/4896116/parsin…
Parsing an ISO8601 date/time (including TimeZone) in Excel
I need to parse an ISO8601 date/time format with an included timezone (from an external source) in Excel/VBA, to a normal Excel Date. As far as I can tell, Excel XP (which is what we're using) does...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/981655/how-to-…
How to represent a DateTime in Excel - Stack Overflow
What is the best way of representing a DateTime in Excel? We use Syncfusions Essential XlsIO to output values to an Excel document which works great. But I can't figure out how to display a DateTim...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/6934169/how-to…
excel - How to show current user name in a cell? - Stack Overflow
In most of the online resource I can find usually show me how to retrieve this information in VBA. Is there any direct way to get this information in a cell? For example as simple as =ENVIRON('Use...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/59777245/assig…
Assign a value to a cell depending on content of another cell - Excel ...
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 ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/61838009/excel…
Excel SUM function is not working (shows 0), but using Addition ...
22 Excel is telling you (in an obscure fashion) that the values in A1 and A2 are Text. The SUM() function ignores text values and returns zero. A direct addition formula converts each value from text to number before adding them up.