#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 33
Default Minimum Formula

I need a formula to obtain the minimum wage for a specific job title that
are listed in a row. For instance I have the following information:

A B C

Foreman 17.50
Foreman 18.00
Asst. Foreman 15.00
Asst. Foreman 14.50
Welder 14.80
Welder 15.33


I need a formula in column C that would look at the job title in Column A
and give me the minimum amount a Foreman would make. For example in columnC
for both foreman the result of the formula would be 17.50. The results for
the Asst. Foreman would be 14.50. I then would have a formula in column D
that would show how much difference in the employees current wage to the
minimum amount for the person with similar job title.


Thanks for the help.


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 98
Default Minimum Formula

Hi Craig,

The easiest way I can think of is to create a pivot table on your data and
have "Column A" as your row data and "Min of Column B" for data and then use
the V Lookup function to get the data back into your orgional sheet.

HTH

SImon

Craig wrote:
I need a formula to obtain the minimum wage for a specific job title that
are listed in a row. For instance I have the following information:

A B C

Foreman 17.50
Foreman 18.00
Asst. Foreman 15.00
Asst. Foreman 14.50
Welder 14.80
Welder 15.33

I need a formula in column C that would look at the job title in Column A
and give me the minimum amount a Foreman would make. For example in columnC
for both foreman the result of the formula would be 17.50. The results for
the Asst. Foreman would be 14.50. I then would have a formula in column D
that would show how much difference in the employees current wage to the
minimum amount for the person with similar job title.

Thanks for the help.


--
--------------------
Simon - UK

Email at simon22mports [ a t ] hot mail [ d ot ]com

Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200610/1

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Minimum Formula

=MIN(IF(A1:A20="Foreman",B1:b20))

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Craig" wrote in message
...
I need a formula to obtain the minimum wage for a specific job title that
are listed in a row. For instance I have the following information:

A B C

Foreman 17.50
Foreman 18.00
Asst. Foreman 15.00
Asst. Foreman 14.50
Welder 14.80
Welder 15.33


I need a formula in column C that would look at the job title in Column A
and give me the minimum amount a Foreman would make. For example in

columnC
for both foreman the result of the formula would be 17.50. The results

for
the Asst. Foreman would be 14.50. I then would have a formula in column D
that would show how much difference in the employees current wage to the
minimum amount for the person with similar job title.


Thanks for the help.




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 33
Default Minimum Formula

THANKS!!!!!!!!!
"Bob Phillips" wrote in message
...
=MIN(IF(A1:A20="Foreman",B1:b20))

which is an array formula, it should be committed with Ctrl-Shift-Enter,
not
just Enter.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Craig" wrote in message
...
I need a formula to obtain the minimum wage for a specific job title that
are listed in a row. For instance I have the following information:

A B C

Foreman 17.50
Foreman 18.00
Asst. Foreman 15.00
Asst. Foreman 14.50
Welder 14.80
Welder 15.33


I need a formula in column C that would look at the job title in Column A
and give me the minimum amount a Foreman would make. For example in

columnC
for both foreman the result of the formula would be 17.50. The results

for
the Asst. Foreman would be 14.50. I then would have a formula in column
D
that would show how much difference in the employees current wage to the
minimum amount for the person with similar job title.


Thanks for the help.






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find value in array Brook6 Excel Worksheet Functions 26 January 30th 07 09:40 PM
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
Minimum formula the excludes zeros Joco Excel Worksheet Functions 3 August 14th 06 08:51 AM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM


All times are GMT +1. The time now is 03:11 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"