Relative Content

Tag Archive for google-sheetsspreadsheet

Google Sheets Event to Open Insert Image function

I am creating a form for work that when my employees fill it out, they have the option to add photos to their report. I’m trying to make it slightly easier by combining so many cells into one and that when they click that group of cells, it will automatically open the insert image over cell function. I don’t really know where to start.

Flip round axis on time series data not formatted per time in Google Sheets

I have the attached Google Sheet. I can generate the chart on the right fine – which shows floors on the x-axis and time on the y-axis. However, i’m really struggling to swap this around – so that time is on the x-axis and floors on the y-axis. I think the main reason for this is that the hours data is the one changing, not the floors data. How would I go about sorting this?

Calculate number of months, with various situations

I need to be able to calculate the number of months someone has been a member, for each year. The trouble I’m having is that I want the same formula for each year, whether it’s the current year, or a past year–this way I can simplify it going forward. I have tried IF, IFS, IF(AND, and I cannot figure it out.