You can use the following formulas to find the point of intersection of two straight…
Software Tutorials
-
-
ExcelOperations in ExcelSoftware Tutorials
How to Find the Intersection of Two Lines in Excel
by Erma Khanby Erma KhanYou can use the following formulas to find the point of intersection of two straight…
-
Google SheetsOperations in Google SheetsSoftware Tutorials
Google Sheets: Calculate Average Excluding Outliers
by Erma Khanby Erma KhanThere are two ways to calculate an average while excluding outliers in Google Sheets: 1.…
-
Google SheetsOperations in Google SheetsSoftware Tutorials
Google Sheets: Check if Cell Contains Text from List
by Erma Khanby Erma KhanYou can use the following formula in Google Sheets to check if a cell contains…
-
Google SheetsOperations in Google SheetsSoftware Tutorials
How to Convert Days to Months in Google Sheets
by Erma Khanby Erma KhanYou can use the following formula in Google Sheets to convert days to months: =(B1-A1)/(365/12)…
-
Google SheetsOperations in Google SheetsSoftware Tutorials
Google Sheets: Convert Date to Month and Year Format
by Erma Khanby Erma KhanYou can use one of the following formulas to convert a date to a month…
-
Google SheetsOperations in Google SheetsSoftware Tutorials
Google Sheets: Use an IF Function with Range of Values
by Erma Khanby Erma KhanYou can use the following formulas to create an IF function with a range of…
-
General Functions in PythonPandas in PythonPythonSoftware Tutorials
Pandas: Create Frequency Table Based on Multiple Columns
by Erma Khanby Erma KhanYou can use the following basic syntax to create a frequency table in pandas based…
-
PythonRegression in PythonSoftware Tutorials
How to Perform Polynomial Regression Using Scikit-Learn
by Erma Khanby Erma KhanPolynomial regression is a technique we can use when the relationship between a predictor variable…
-
General Functions in PythonPandas in PythonPythonSoftware Tutorials
How to Swap Two Rows in Pandas (With Example)
by Erma Khanby Erma KhanYou can use the following custom function to swap the position of two rows in…