Listing Missed Details in New Table

senthilvelan

New Member
Joined
May 11, 2018
Messages
2
Hi Masters,
I need the solution for following situation in the Table-01 contains all the details; Table-02 has missing sum data
Now in the Table-03, I want the list of missing details given date Range in 'E16 + G16.

Thanks In Advance.

Table-01Table-02Table-03
DateC. Name
Inv No ValueDate C. Name Inv No ValueDate C. Name Inv No Value
01-Apr aab12315001-Apr aab12315001-Apr abd345250
01-Apr abd34525001-Apr acb65415002-Apr abd1241505
01-Apr acb65415002-Apr acb5155003-Apr axx554540
02-Apr abd124150502-Apr axv21515403-Apr afv514122
02-Apr acb5155003-Apr asd9762130
02-Apr axv21515404-Apr acv334554
03-Apr axx554540
03-Apr asd9762130
03-Apr afv514122
04-Apr acv334554
Date
01-Apr
to04-Apr

<tbody>
</tbody>
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Table-01Table-02Table-03
DateC. NameInv NoValueconcat1missingDateC. NameInv NoValueconcat2DateC. NameInv NoValue
01-Apraab123150aab12315043191 43191aab123150aab1231504319143191abd345250
01-Aprabd345250abd34525043191M43191acb654150acb6541504319143192abd1241505
01-Apracb654150acb65415043191 43192acb51550acb515504319243193axx554540
02-Aprabd1241505abd124150543192M43192axv215154axv2151544319243193afv514122
02-Apracb51550acb5155043192 43193asd9762130asd976213043193
02-Apraxv215154axv21515443192 43194acv334554acv33455443194
03-Apraxx554540axx55454043193M
03-Aprasd9762130asd976213043193
03-Aprafv514122afv51412243193M
04-Apracv334554acv33455443194
your 4 missing rows are highlighted with an "M"
the formula in the cell below "missing" is
=IF(ISERROR(OFFSET($L$3,MATCH(E4,$L$4:$L$20,0),1)),"M","")
the formula for the first concat1 "value" in E4 is
=B4&C4&D4&A4

<colgroup><col><col><col><col><col><col><col><col span="4"><col><col><col><col span="5"></colgroup><tbody>
</tbody>
 
Upvote 0
Welcome to the MrExcel board!

Since your requirement seems to be dependant on dates falling between the E16 and G16 dates, it would have been a good idea to include some rows where the dates did not already fall in that date range. :)

In any case, if I have understood correctly, you could do it ...

A) Directly, with the formula shown below in K3 copied across and down (you may need to reformat columns M & N to an appropriate number format after copying the formulas across)

Excel Workbook
ABCDEFGHIJKLMN
1Table-01Table-02Table-03
2DateC. NameInv NoValueDateC. NameInv NoValueDateC. NameInv NoValue
31-Apraab1231501-Apraab1231501-Aprabd345250
41-Aprabd3452501-Apracb6541502-Aprabd1241505
51-Apracb6541502-Apracb515503-Apraxx554540
62-Aprabd12415052-Apraxv2151543-Aprafv514122
72-Apracb515503-Aprasd9762130
82-Apraxv2151544-Apracv334554
93-Apraxx554540
103-Aprasd9762130
113-Aprafv514122
124-Apracv334554
13
14
15Date
161-Aprto4-Apr
Missing Data 1



B) Using a helper column (for me formula in E3 copied down - leaving E2 empty) and then the simpler formula in K3 copied across and down (again, reformatting M & N may be required)

Excel Workbook
ABCDEFGHIJKLMN
1Table-01Table-02Table-03
2DateC. NameInv NoValueDateC. NameInv NoValueDateC. NameInv NoValue
31-Apraab12315001-Apraab1231501-Aprabd345250
41-Aprabd34525011-Apracb6541502-Aprabd1241505
51-Apracb65415012-Apracb515503-Apraxx554540
62-Aprabd124150522-Apraxv2151543-Aprafv514122
72-Apracb5155023-Aprasd9762130
82-Apraxv21515424-Apracv334554
93-Apraxx5545403
103-Aprasd97621303
113-Aprafv5141224
124-Apracv3345544
13
14
15Date
161-Aprto4-Apr
Missing Data 2
 
Upvote 0

Forum statistics

Threads
1,214,833
Messages
6,121,867
Members
449,053
Latest member
Mesh

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