Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
i have a table with two columns: in column A are five different companies and in column B are the numbers of outgoing invoices. i would like to find - maybe by using vlookup function - the highest outgoing invoice nzmber at one selected company. are there some kind of combination of formulas to solve this problem? thx in advance! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Go to Data--Subtotals and subtotal by PO number and select the MAX function
in the dialogue box. That should show you the largest numbered PO for each company. Just make sure your data is formatted as a table. See here for more info: http://office.microsoft.com/en-us/as...097981033.aspx Dave -- Brevity is the soul of wit. "Gábor" wrote: Hi, i have a table with two columns: in column A are five different companies and in column B are the numbers of outgoing invoices. i would like to find - maybe by using vlookup function - the highest outgoing invoice nzmber at one selected company. are there some kind of combination of formulas to solve this problem? thx in advance! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
many thanks! works great!
unfortunately i always try the harder way by myself:-( i made a macro which ask for the company at start and then sort the invoices. now i can delete it :-) thx again! "Dave F" wrote: Go to Data--Subtotals and subtotal by PO number and select the MAX function in the dialogue box. That should show you the largest numbered PO for each company. Just make sure your data is formatted as a table. See here for more info: http://office.microsoft.com/en-us/as...097981033.aspx Dave -- Brevity is the soul of wit. "Gábor" wrote: Hi, i have a table with two columns: in column A are five different companies and in column B are the numbers of outgoing invoices. i would like to find - maybe by using vlookup function - the highest outgoing invoice nzmber at one selected company. are there some kind of combination of formulas to solve this problem? thx in advance! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Well you could use a macro to do what you describe, but why bother when Excel
has the SUBTOTAL function.... -- Brevity is the soul of wit. "Gábor" wrote: many thanks! works great! unfortunately i always try the harder way by myself:-( i made a macro which ask for the company at start and then sort the invoices. now i can delete it :-) thx again! "Dave F" wrote: Go to Data--Subtotals and subtotal by PO number and select the MAX function in the dialogue box. That should show you the largest numbered PO for each company. Just make sure your data is formatted as a table. See here for more info: http://office.microsoft.com/en-us/as...097981033.aspx Dave -- Brevity is the soul of wit. "Gábor" wrote: Hi, i have a table with two columns: in column A are five different companies and in column B are the numbers of outgoing invoices. i would like to find - maybe by using vlookup function - the highest outgoing invoice nzmber at one selected company. are there some kind of combination of formulas to solve this problem? thx in advance! |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this
=SUMPRODUCT(MAX((A2:A100="company name")*(B2:B100))) "Gábor" wrote: Hi, i have a table with two columns: in column A are five different companies and in column B are the numbers of outgoing invoices. i would like to find - maybe by using vlookup function - the highest outgoing invoice nzmber at one selected company. are there some kind of combination of formulas to solve this problem? thx in advance! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLOOKUP and its properties | Excel Worksheet Functions | |||
VLookup a Vlookup | Excel Worksheet Functions | |||
VLOOKUP Problem | Excel Discussion (Misc queries) | |||
VLOOKUP Limitations | Excel Worksheet Functions | |||
vlookup data hidden within worksheet | Excel Worksheet Functions |