A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

ideas needed, pls help..



 
 
Thread Tools Display Modes
  #1  
Old July 11th, 2008, 09:38 AM posted to microsoft.public.excel.worksheet.functions
ANGEL
external usenet poster
 
Posts: 120
Default ideas needed, pls help..

Suppose I have a spreadsheet with the following data

Column A B C D
Country Company Profit No. of Employees
Hong Kong ABC 1000 10
Hong Kong XYZ 2000 20
UK XXX 1100 14
UK YYY 2500 15
Singapore AAA 3000 30
Australia CCC 1000 20

The data will be collected and updated on a quarterly basis
My task is to design a user-friendly spreadsheet, establish a clear set of
rules/procedures for on-going updates purpose in order to track our portfolio
size

Therefore, some of the data will be changed, and some won't .

I have now done a summary table with formulas as follows
Profit No. of employees
Hong Kong
UK
Singapore
Australia

Do you have any ideas how I can improve my spreadsheet?
  #2  
Old July 11th, 2008, 09:49 AM posted to microsoft.public.excel.worksheet.functions
Mike H
external usenet poster
 
Posts: 8,419
Default ideas needed, pls help..

Hi,

Copy your countries to another place which in my case I've put Hong Kong in
A14, then use this formula to return profit
=SUMPRODUCT((A2:A7=A14)*(C2:C7))

and this to return employees
=SUMPRODUCT((A2:A7=A14)*(D27))

I have assumed your data table is in A1 to D7.

Mike
"angel" wrote:

Suppose I have a spreadsheet with the following data

Column A B C D
Country Company Profit No. of Employees
Hong Kong ABC 1000 10
Hong Kong XYZ 2000 20
UK XXX 1100 14
UK YYY 2500 15
Singapore AAA 3000 30
Australia CCC 1000 20

The data will be collected and updated on a quarterly basis
My task is to design a user-friendly spreadsheet, establish a clear set of
rules/procedures for on-going updates purpose in order to track our portfolio
size

Therefore, some of the data will be changed, and some won't .

I have now done a summary table with formulas as follows
Profit No. of employees
Hong Kong
UK
Singapore
Australia

Do you have any ideas how I can improve my spreadsheet?

  #3  
Old July 11th, 2008, 12:22 PM posted to microsoft.public.excel.worksheet.functions
sajay[_2_]
external usenet poster
 
Posts: 14
Default ideas needed, pls help..

didn’t get exactly what the results
you want to compare the profit & no of employess countrywise??

if you are okay with mike's suggestion. go on you can try this also
SUMIF(range,criteria,sum_range)


"Mike H" wrote in message
...
Hi,

Copy your countries to another place which in my case I've put Hong Kong
in
A14, then use this formula to return profit
=SUMPRODUCT((A2:A7=A14)*(C2:C7))

and this to return employees
=SUMPRODUCT((A2:A7=A14)*(D27))

I have assumed your data table is in A1 to D7.

Mike
"angel" wrote:

Suppose I have a spreadsheet with the following data

Column A B C D
Country Company Profit No. of Employees
Hong Kong ABC 1000 10
Hong Kong XYZ 2000 20
UK XXX 1100 14
UK YYY 2500 15
Singapore AAA 3000 30
Australia CCC 1000 20

The data will be collected and updated on a quarterly basis
My task is to design a user-friendly spreadsheet, establish a clear set
of
rules/procedures for on-going updates purpose in order to track our
portfolio
size

Therefore, some of the data will be changed, and some won't .

I have now done a summary table with formulas as follows
Profit No. of employees
Hong Kong
UK
Singapore
Australia

Do you have any ideas how I can improve my spreadsheet?


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:51 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.