Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
Change value in a cell based on value in another cell
=IF(A2="Y","Male",IF(A2="N","Female",""))
Tags:
Excel
Transform
Related
Search for files in a folder
TypeError: 'range' object does not support item assignment
Asset Catalog Compiler Error
Assign only if not already defined in Julia
convert png to pdf using ghostscript
javascript: dynamic drop down menu values
How to use Multisampling with OpenGL FBOs
Comparing array values in with cypher / neo4j
TypeError: 'click' called on an object that does not implement interface HTMLElement
Simulate keyboard input in C#
Are ArrayLists more than twice as slow as arrays?
more elegant way to write if( list.nonEmpty) Some(list.max) else None?
Recent Posts
Pandas how to find column contains a certain value
Recommended way to install multiple Python versions on Ubuntu 20.04
Build super fast web scraper with Python x100 than BeautifulSoup
How to convert a SQL query result to a Pandas DataFrame in Python
How to write a Pandas DataFrame to a .csv file in Python