The table in Excel 2010 is used to regeister all details for 3 different types of invoices each
in a column and each ID is a sequence within each group. I want to use a formula to solve this.
The groups of invoice ID's :
Type1 range 20000-30000
Type2 range 4000-10000
Type3 range 50000-60000
Excample row should look like this :
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Type[/TD]
[TD]Type1[/TD]
[TD]Type1[/TD]
[TD]Type2[/TD]
[TD]Type3[/TD]
[TD]Type1[/TD]
[TD]Type1[/TD]
[TD]Type2[/TD]
[/TR]
[TR]
[TD]InvoiceId[/TD]
[TD]20000[/TD]
[TD]20001[/TD]
[TD]4000[/TD]
[TD]50000[/TD]
[TD]20002[/TD]
[TD]20003[/TD]
[TD]4001[/TD]
[/TR]
[TR]
[TD]ClientId[/TD]
[TD]333[/TD]
[TD]444[/TD]
[TD]55[/TD]
[TD]6666[/TD]
[TD]777[/TD]
[TD]888[/TD]
[TD]999[/TD]
[/TR]
[TR]
[TD]Amount[/TD]
[TD]1220[/TD]
[TD]333[/TD]
[TD]666[/TD]
[TD]555[/TD]
[TD]888[/TD]
[TD]666[/TD]
[TD]333[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have tried using HLOOKUP :
HLOOKUP ("Max-value range";$B$2:Z$3;1;TRUE)+1 to get max value from row 1. THe result is not
as expected so can anyone help me ?
in a column and each ID is a sequence within each group. I want to use a formula to solve this.
The groups of invoice ID's :
Type1 range 20000-30000
Type2 range 4000-10000
Type3 range 50000-60000
Excample row should look like this :
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Type[/TD]
[TD]Type1[/TD]
[TD]Type1[/TD]
[TD]Type2[/TD]
[TD]Type3[/TD]
[TD]Type1[/TD]
[TD]Type1[/TD]
[TD]Type2[/TD]
[/TR]
[TR]
[TD]InvoiceId[/TD]
[TD]20000[/TD]
[TD]20001[/TD]
[TD]4000[/TD]
[TD]50000[/TD]
[TD]20002[/TD]
[TD]20003[/TD]
[TD]4001[/TD]
[/TR]
[TR]
[TD]ClientId[/TD]
[TD]333[/TD]
[TD]444[/TD]
[TD]55[/TD]
[TD]6666[/TD]
[TD]777[/TD]
[TD]888[/TD]
[TD]999[/TD]
[/TR]
[TR]
[TD]Amount[/TD]
[TD]1220[/TD]
[TD]333[/TD]
[TD]666[/TD]
[TD]555[/TD]
[TD]888[/TD]
[TD]666[/TD]
[TD]333[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have tried using HLOOKUP :
HLOOKUP ("Max-value range";$B$2:Z$3;1;TRUE)+1 to get max value from row 1. THe result is not
as expected so can anyone help me ?