Saturday, 12 December 2015
Google Sheet Conditional Formatting for Different Ranges
I'm an Excel user for may years and I'm good at working with excel conditional formatting. However When my clients asked me to do a google sheet conditional formatting to compare and Highlight two different list , i ran into a problem. The first thing i did was using the functions i use within Excel,
However Google Sheet doesn't support conditional formatting with 2 sheets. But Google let us get this done via Google Script, it is a good choice if you are familiar with Google Script.
I don't think many of you would like to go with google script due to your Google Script Knowledge. This tutorial is intent to provide an alternative method using google sheet functions.
I assume you have opened a google sheet.
Now Copy and Paste the Data from this below sheet and name it "Data1"
However Google Sheet doesn't support conditional formatting with 2 sheets. But Google let us get this done via Google Script, it is a good choice if you are familiar with Google Script.
I don't think many of you would like to go with google script due to your Google Script Knowledge. This tutorial is intent to provide an alternative method using google sheet functions.
I assume you have opened a google sheet.
Now Copy and Paste the Data from this below sheet and name it "Data1"
Saturday, 3 October 2015
How to Solve Adobe Acrobat "Out of Memory" Error
This Acrobat Error happens often with My Acrobat Pro. I was searching online for a solution none of the articles gave me a solution finally i found the solution.
This Error happens when capturing website articles as PDF. When we download a article from a link it takes sometime, you can stop the download by clicking on the Stop button on the download popup window rather if you click on the close mark on the right top it will cause the problem.
When you do it actually there is a background download is being done. But you don't have direct access to either stop or pause the download.
Solution
This Error happens when capturing website articles as PDF. When we download a article from a link it takes sometime, you can stop the download by clicking on the Stop button on the download popup window rather if you click on the close mark on the right top it will cause the problem.
When you do it actually there is a background download is being done. But you don't have direct access to either stop or pause the download.
Solution
Your problem will be solved if you are able to stop the background download process. Here is how to do it.
1. Go to your windows task manager. you can open it by Pressing [Ctrl]+[Alt]+[Del] the window provides users with 5 options including Windows Task Manager just click Start Task Manager Or Right-click the taskbar and you'll see it. Then, just choose the Start Task Manager command.
2. Now to go to processes area on the Task Manager. You will see there are lot of background processes going on, just Close all the processes related to Acrobat Pro.
3. You just right click the processes and click “End the process tree” or “End the task”.
4. Now reopen your Adobe Acrobat this will solve your problem.
1. Go to your windows task manager. you can open it by Pressing [Ctrl]+[Alt]+[Del] the window provides users with 5 options including Windows Task Manager just click Start Task Manager Or Right-click the taskbar and you'll see it. Then, just choose the Start Task Manager command.
2. Now to go to processes area on the Task Manager. You will see there are lot of background processes going on, just Close all the processes related to Acrobat Pro.
3. You just right click the processes and click “End the process tree” or “End the task”.
4. Now reopen your Adobe Acrobat this will solve your problem.
Friday, 19 June 2015
How to remove white spaces in spreadsheet
There is no in built function in excel for removing whites spaces when it appears at the end of a text or middle of a text , but you may wonder why can't we use the Trim Function. Yes, Trim () Function works when there is a white space at the beginning of a text area. But It doesn't work with with all instances.
I have also tried filtering white spaces and do a "Find and Replace" But It replaces all white spaces within a cell , what I actually mean is when there is a single space between 2 words. This removes all the white spaces.
I finally found google sheet is a good solution to solve this problem in no time. What you have to do is
I have also tried filtering white spaces and do a "Find and Replace" But It replaces all white spaces within a cell , what I actually mean is when there is a single space between 2 words. This removes all the white spaces.
I finally found google sheet is a good solution to solve this problem in no time. What you have to do is
- Sign into your Google account.
- Create a blank spreadsheet.
- Now go and copy the data areas in your excel.
- Now Paste the copied data into newly created google sheet.
- All the white spaces will have been removed.
- Now copy the data from google sheet into your excel.
That's it you are done. It saves lot of your time. I have found there are some Excel Add-on such a kutools for excel would also do this. But you may need to pay for it when the trail period ends.
Excel formula to Count Specific Words in a Cell
=(LEN(A2)-LEN(SUBSTITUTE(A2,B2,"")))/LEN(B2)
A2= the text from which we look for specific word
B2= the text which we are searching for
Description about this function.
Subtract the length B2 cell from length of A2 cell and dive the all length by length of of B2 cell which gives the numbers of occurrences.
The functions used here are Len() and Substitute.
How to Resize PDF Page Size
This article intend to show how to resize an already existed PDF's page size. Let say you have a PDF page which is in A2 size probably you would encounter problem with viewing in small device or you may feel it is too large to fit on your screen.
So solution you would find is how to resize it. I'm a longtime user of Adobe Acrobat and Nitro PDF. Using both programs you can resize it.
How to Resize Using Adobe Acrobat.
So solution you would find is how to resize it. I'm a longtime user of Adobe Acrobat and Nitro PDF. Using both programs you can resize it.
How to Resize Using Adobe Acrobat.
- First open your document which you would like to resize.
- Now Go to File >Print option. Actually you don't need a printer. By default it will be Adobe Acrobat.
- In the Open window Choose Properties which is located Top right. In the pop window choose Adobe PDF Settings.
- Now Choose the Adobe PDF Page Size as you wish.
- Click Ok and Save the file.
How to Resize Using Nitro PDF.
- First open your document which you would like to resize.
- Now Go to File >Print option. Actually you don't need a printer. You can choose the "Printer Name" since you don't have a physical printer you can choose "Nitro PDF Creator".
- In the Open window Choose Properties.
- Now Choose the Pages Tab.
- Choose the Page Size you wish and Save the file.
Sunday, 14 June 2015
Which is best payment method for freelancers
When it comes to get your money into your pocket it is vital important how are you going to withdraw. These questions may rise in your mind what payment methods are available to you, which is best for you? Choosing a right payment method can reduce your cost and can save your time.
Things to consider when you choose a payment methods
- What are the payment methods supported to my country The methods available to each country may be vary, but as i know there are only 3-4 four payment gateways are used
- Which payment gateway has good customer reputation
- Which is cost effective
- What is the payment processing time
Subscribe to:
Posts
(
Atom
)
Popular Posts
-
This Acrobat Error happens often with My Acrobat Pro. I was searching online for a solution none of the articles gave me a solution finally...
© Knowledge Meeting 2013 . Powered by Bootstrap , Blogger templates and RWD Testing Tool