I am given a pdf which is a scanned answer sheet. And in that answer sheet I was to segment our answer boxes. I have looked into other answers as well but they are mainly for text pdfs, where as in my case, I have scanned images in pdf format.
Here is a sample pdf: https://drive.google.com/file/d/15EDEzT1_upy0EtMqD_vVUT5Z3xaiUokA/view?usp=sharing
Related
I has a big problem. I read a xlsx to fill out it with data. If I save it as xlsx and load it in Excel there is a problem with the color of some cells.
A cell with the value a or n should be red. With x oder e it should be white.
If I load the original xlsx in Excel it works. But the xlsx from phpspreadsheet dont work correct. The cells under a or n get red not the cell itselfe.
Is there a way to remove the conditinal formatting? The sheet is protected. If I can remove the protection and formatting I can set the color while I fill out the sheet.
Example link: Link Demo
I want to paginate charts and data tables. If there is too much information. The problem of this example is in drilldown football-player and problem output Picture .This the style I want
I am trying to attached objects such as email and text files to google sheets similar to in excel but I cannot figure out how to use the feature if it exists in sheets.
I've tried all of the addons existing on my sheets and none are working.
I want it to look like the image below, I can double click on the icon and it then opens the text file or email file. I just want to recreate this in sheets if possible.
this is usually done by inserting Drawing or Image and then hyperlink it with formula or with a script
This may seem stupid, but how can I insert links into images in Google sheets, when I'm using images from a server which resize to the row size while keeping their dimensions.
I'm using this to insert the images...
=image("http://www.scubadivingphuket.net/_images/spendmoney.jpg",1)
And the link button isn't available.
Any help appreciated, thanks. Must be something simple surely?
Thanks
Use IMAGE inside HYPERLINK
Example:
=hyperlink(
"stackoverflow.com",
image("http://cdn.sstatic.net/Sites/stackoverflow/img/apple-touch-icon.png?v=abcdef")
)
I need some help with a Google spreadsheet. I want to show a up/down arrow and a x% change next to the number within the cell (green if increased & red is decreased) from the cell above.
Here's the YouTube video for reference https://youtu.be/SFU5ZlHUdH0
Hope someone can help. Thank you.
It is basically the same as in your video. In order to put ▲▼ into the clipboard copy the arrows from my answer. Or you can use MS Excel or MS Word to put the arrows to the clipboard and same way they show in your video.
Then in the spreadsheet, select the percentage cells and click Format-> Number-> More Formats-> Custom Number Format... and type in the same format as on your video.