Writing RTL in Google Docs
If you want to write from right to left in Google Docs, you can toggle the paragraph direction on the menu bar. Instead, you can use the shortcut given below.
If you want to write from right to left in Google Docs, you can toggle the paragraph direction on the menu bar. Instead, you can use the shortcut given below.
We have just received a new update from Google, using Google Meet within Google Documents. It can be Google Sheets, Slides, or Docs. The new collaboration option lets you start or join a video call right within Google Sheets, Docs, or Slides. That way you can work on the docs, slides, or sheets during the …
This tutorial is applicable for Microsoft Excel, Google Sheets as well as Apple Numbers. Sometimes we need to count and show the number of this and that to make a spreadsheet more useful. For example, what if you had to find the number of names that: begin with “A” ends with “M” contains “AI” begin …
In this tutorial, we will add a few checkboxes and will use formulas to count what’s been selected or marked. In addition to that, we will find out how to use percentages in the same case. This 👆 is our first project. So, let’s get started. First, we will add checkboxes. Then enter formulas to …
Google Sheets allows you to get live or real-time currency conversion with the help of Google Finance function. Just adding the code below to a cell will do that for you. =googlefinance(“currency:usdmvr”) In the function above, the currencies are hardcoded. That means it won’t change that easily. However, it can be changed to a dynamic function. So let’s make it dynamic or changeable. …