lookupvalue same table

frankee_gee

Board Regular
Joined
Mar 3, 2008
Messages
144
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Help would be appreciated

trying to use lookupvalue to return an "end" date which is determined by table[type]

table[ID]
-will be duplicated for each table[type]
-each table[type] can be duplicated for each table[ID]

table[date]


table[type]
-"s" - start
-"c" - continue
-"g" - going
-"e" - end

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]id[/TD]
[TD]type[/TD]
[TD]date[/TD]
[TD] expected result stop date[/TD]
[/TR]
[TR]
[TD]22[/TD]
[TD]s[/TD]
[TD]1/1/2019[/TD]
[TD]2/17/2019[/TD]
[/TR]
[TR]
[TD]22[/TD]
[TD]c[/TD]
[TD]1/12/2019[/TD]
[TD]2/17/2019[/TD]
[/TR]
[TR]
[TD]22[/TD]
[TD]c[/TD]
[TD]1/23/2019[/TD]
[TD]2/17/2019[/TD]
[/TR]
[TR]
[TD]22[/TD]
[TD]e[/TD]
[TD]2/15/2019[/TD]
[TD]2/17/2019[/TD]
[/TR]
[TR]
[TD]22[/TD]
[TD]e[/TD]
[TD]2/17/2019[/TD]
[TD]2/17/2019[/TD]
[/TR]
[TR]
[TD]88[/TD]
[TD]s[/TD]
[TD]1/26/2019[/TD]
[TD]1/31/2019[/TD]
[/TR]
[TR]
[TD]88[/TD]
[TD]e[/TD]
[TD]1/31/2019[/TD]
[TD]1/31/2019[/TD]
[/TR]
</tbody>[/TABLE]



thank you in advance.
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Load the table to PQ.
Duplicate it.
In the copy filter by type ="e".
Group by id return max of date.
Merge this query back with original joined on id; expand on the max date.

Peter
 
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,240
Members
452,621
Latest member
Laura_PinksBTHFT

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top