Customize Consent Preferences

Privacy Policy
Last Updated On 09-Aug-2023
Effective Date 01-Aug-2023

This Privacy Policy describes the policies of Shem Opolot, email: info@shemopolot.com, phone: 0772100100 on the collection, use and disclosure of your information that we collect when you use our website ( https://shemopolot.com ). (the “Service”). By accessing or using the Service, you are consenting to the collection, use and disclosure of your information in accordance with this Privacy Policy. If you do not consent to the same, please do not access or use the Service.
We may modify this Privacy Policy at any time without any prior notice to you and will post the revised Privacy Policy on the Service. The revised Policy will be effective 180 days from when the revised Policy is posted in the Service and your continued access or use of the Service after such time will constitute your acceptance of the revised Privacy Policy. We therefore recommend that you periodically review this page.

Information We Collect:
We will collect and process the following personal information about you:

Name
Email
Mobile

How We Use Your Information:
We will use the information that we collect about you for the following purposes:

Testimonials
Customer feedback collection
Processing payment
Support
Manage customer order
Manage user account
If we want to use your information for any other purpose, we will ask you for consent and will use your information only on receiving your consent and then, only for the purpose(s) for which grant consent unless we are required to do otherwise by law.

Retention Of Your Information:
We will retain your personal information with us for 90 days to 2 years after user accounts remain idle or for as long as we need it to fulfill the purposes for which it was collected as detailed in this Privacy Policy. We may need to retain certain information for longer periods such as record-keeping / reporting in accordance with applicable law or for other legitimate reasons like enforcement of legal rights, fraud prevention, etc. Residual anonymous information and aggregate information, neither of which identifies you (directly or indirectly), may be stored indefinitely.

Your Rights:
Depending on the law that applies, you may have a right to access and rectify or erase your personal data or receive a copy of your personal data, restrict or object to the active processing of your data, ask us to share (port) your personal information to another entity, withdraw any consent you provided to us to process your data, a right to lodge a complaint with a statutory authority and such other rights as may be relevant under applicable laws. To exercise these rights, you can write to us at info@shemopolot.com. We will respond to your request in accordance with applicable law.
You may opt-out of direct marketing communications or the profiling we carry out for marketing purposes by writing to us at info@shemopolot.com.
Do note that if you do not allow us to collect or process the required personal information or withdraw the consent to process the same for the required purposes, you may not be able to access or use the services for which your information was sought.

Cookies Etc.
To learn more about how we use these and your choices in relation to these tracking technologies, please refer to our Cookie Policy.

Security:
The security of your information is important to us and we will use reasonable security measures to prevent the loss, misuse or unauthorized alteration of your information under our control. However, given the inherent risks, we cannot guarantee absolute security and consequently, we cannot ensure or warrant the security of any information you transmit to us and you do so at your own risk.

Grievance / Data Protection Officer:
If you have any queries or concerns about the processing of your information that is available with us, you may email our Grievance Officer at Shem Opolot, 256 Kampala, Uganda, email: info@shemopolot.com. We will address your concerns in accordance with applicable law.

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

No cookies to display.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

No cookies to display.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

No cookies to display.

Lay your issues on the table

Updated: Apr 18, 2022

Hi friend! This week, I want to talk about special tables in Excel. Stop me if you heard this one before: have you ever looked at a colourful Excel spreadsheet and wondered why anyone would use so much colour so frivolously on a simple table? Well, there are 2 reasons for that I can think of:

  1. They have bad taste
  2. They formatted the range of data into a special Excel table, and have bad taste

When doing raw data entry in Excel, the data is seemingly in tabular form, but Excel does not recognize the data as a table. Excel treats the data as a range across cells. While this may seem inconsequential, there are many benefits to converting your data from the default range to a formatted Excel table, and that is what we are doing today.

YouTube video:

Excel_Tables_Practice

Excel workbook for practice:

Creating tables in Excel

You have a grocery list and you want to add up the items in Excel to get your final bill before you head to the market. Let’s fabricate a grocery list real quick:

Orange you wondering why I like oranges?

To get our overall bill, we can be basic and calculate the total amount to be spent on Onions and then copy the formula downwards (If you do not remember how to copy the formula downwards, check here; Hint: black cross in the corner of the cell). We find the total amount spent on Onions by placing an equal sign in cell D2, then multiplying the Quantity in B2 by the Unit price in C2.

The problem with the above method is if we forgot to add chicken to the list and want to update the list, we have to keep copying the formula downwards again to find the total by item and eventually, the overall bill.

The faster way is to tell Excel to recognize the range of data from A1:D6 AS A TABLE. To do this, click anywhere in the range of data and hold Ctrl + T (or Command + T on a Mac). Green crawling ants dart around the range of data and a Create Table window pulls up. In the Create Table window, we leave the box that says “My table has headers” checked (this allows Excel to treat the first row as a header row, which is what we want), and click OK.

Our multicolored table has been created as shown below. You may not like the way it looks (and we can change that by clicking anywhere in the table and going up to Design or Table Design in your toolbar depending on your version of Excel), but you will love what it can do.

Automating calculations with tables

Let’s take our new table for a spin. Delete all the entries in the Amount column by selecting all the entries in the column and pressing Delete. Now, re-perform our earlier calculation to find the total price of Onions in cell D2 again (=B2*C2) and press enter. Do not worry about the new notation Excel uses; nothing has changed really. Do you see what happens? When in table form, Excel looks at your table and assumes you want to perform the same calculation throughout the column and does it for you.

Don’t be intimidated by the formula; the calculation stays the same

Once in table form, if we want to add any items we may have forgotten, we type in the row immediately below the last row in the table and Excel will include that entry in the table.

Let’s add 2 whole chickens, each costing UGX 30,000 and see what happens. The table updates with a new complete row for Chicken.

A complete row for the chicken is added to the Table automatically

Adding totals

What if we want to add the grand total for all the items? There are multiple ways to do this, but let’s do 2:

  1. Click inside cell D8 below the chicken row, and use the shortcut: Alt + =. Excel automatically sums up all the values in the Amount column. If this does not work for you, manually use the SUM function to add up all the values in the Amount column.
  2. We may not want to add the total in D8 in case we want to update our list again later. Instead, we label a nearby cell Grand Total, and we will enter our total in the cell adjacent to it.

#2 (Continued): We want to enter the grand total in the shaded box above. However, while in table format, we can ensure that if any item is added to our grocery list, the Grand Total will update automatically. To do that, type the SUM function in the shaded box and open the bracket. Instead of selecting the range of cells from D2:D7, hover the cursor at the top of cell D1 where “Amount” is written until you see a downward-facing black arrow. Once you see the arrow, click the cell and press ENTER. Excel selects all the entries in the Amount column, our favourite crawling ants return, and we have our Grand Total in the shaded box. By using this method, you are telling Excel to include all current and future entries in the Amount column in your SUM function.

To test this, let’s add 5 Apples at UGX 5,000 each to the list and observe what happens to our Grand Total.

Adding Apples automatically raises the Grand Total

The above feature can be useful when you are managing income and expenses for your business in separate sheets. As long as you convert all the ranges to tables, you can automate the calculation of your Gross Profit in a third sheet by getting the Total Expenses in one sheet and subtracting them from the Total Income in another sheet. Try this on your own.

Bonus feature: Using Tables to update dropdown lists

We visit 3 markets regularly: Nakawa, Nakasero and Bugolobi. What if we want to include a column showing which market we got the individual items from? (I know it doesn’t make sense, but don’t let logic get in the way of a good story) We add a column to our grocery list table called Market and use data validation to create a dropdown list of the 3 markets. If you don’t know how to create dropdown lists, submit my name for a Nobel prize here. For this particular dropdown list, we use a helper range of the Market names to create it. Remember, if you put the helper range in the column immediately next to the table, Excel will include it in our table, and we don’t want that.

What if we find a new market called SuperFresh that sells more organic and more pretentious fruits and vegetables? We can’t resist; we must indulge. Tables in Excel allow us to update our dropdown list(s) automatically. We click in the helper range, convert it to a table, by pressing Ctrl + T (delete the word “Helper table” otherwise Excel will add it to the new table, OR simply edit the table range to exclude it) and follow the same process as before. Once in a table, add SuperFresh below Nakasero, and then check the dropdown in our original table. Voilà!

Reverting to ranges

As much as tables are great, you may not always want the automation they provide. To convert the data back to a range, click anywhere in the table, go up to Table Design in the toolbar and then select Convert to Range. Excel will ask you if you’re sure about this life choice—be confident and click OK.

Conclusion

More often than not, you should convert your data in Excel to tables. They ensure new entries are updated automatically. If you create a chart with data from a table, when you update the table, the chart will update automatically. This is how you create basic dashboards. When creating pivot tables, placing the source data in a table will update the pivot table details as data entry continues. Don’t table tables for later, start using them now.

See you next time, and don’t forget to remove the chicken from the fridge before mum gets home.

PS: YouTube video resources

1. The file for the recent YouTube video is below

Player_Sheet

2. Which chart should you use?