first datum expering

RF

New Member
Joined
Aug 6, 2004
Messages
21
working with tabs, with different dates that are expiring.
tab a
kolom B
b1=jun-13
b2=dec-14
b3=dec-12
b4=dec-15
kolom C
c1=jan
c2=piet
c3=klaas
c4=ro

tab b
kolom
B1=jun-11
B2=dec-11
b3=dec-11
b4=dec-11
kolom C
c1=jan
c2=piet
c3=klaas
c4=floor

I want to search to the first date that is expiring. In this case the result must be jun-11
with text jan
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Can you please give us an idea of what logic you are following? Are you wanting the earliest date from both tabs? All I can understand from this post is that you have data laid out like this:

<b>Excel 2003</b><table cellpadding="2.5px" rules="all" style=";background-color: #FFFFFF;border: 1px solid;border-collapse: collapse; border-color: #A6AAB6"><colgroup><col width="25px" style="background-color: #E0E0F0" /><col /><col /></colgroup><thead><tr style=" background-color: #E0E0F0;text-align: center;color: #161120"><th></th><th>B</th><th>C</th></tr></thead><tbody><tr ><td style="color: #161120;text-align: center;">1</td><td style="text-align: right;;">Jun-13</td><td style=";">jan</td></tr><tr ><td style="color: #161120;text-align: center;">2</td><td style="text-align: right;;">Dec-14</td><td style=";">piet</td></tr><tr ><td style="color: #161120;text-align: center;">3</td><td style="text-align: right;;">Dec-12</td><td style=";">klaas</td></tr><tr ><td style="color: #161120;text-align: center;">4</td><td style="text-align: right;;">Dec-15</td><td style=";">ro</td></tr></tbody></table><p style="width:0.6em;font-weight:bold;margin:0;padding:0.2em 0.6em 0.2em 0.5em;border: 1px solid #A6AAB6;border-top:none;text-align: center;background-color: #E0E0F0;color: #161120">a</p><br /><br />



<b>Excel 2003</b><table cellpadding="2.5px" rules="all" style=";background-color: #FFFFFF;border: 1px solid;border-collapse: collapse; border-color: #A6AAB6"><colgroup><col width="25px" style="background-color: #E0E0F0" /><col /><col /></colgroup><thead><tr style=" background-color: #E0E0F0;text-align: center;color: #161120"><th></th><th>B</th><th>C</th></tr></thead><tbody><tr ><td style="color: #161120;text-align: center;">1</td><td style="text-align: right;;">Jun-11</td><td style=";">jan</td></tr><tr ><td style="color: #161120;text-align: center;">2</td><td style="text-align: right;;">Dec-11</td><td style=";">piet</td></tr><tr ><td style="color: #161120;text-align: center;">3</td><td style="text-align: right;;">Dec-11</td><td style=";">klaas</td></tr><tr ><td style="color: #161120;text-align: center;">4</td><td style="text-align: right;;">Dec-11</td><td style=";">floor</td></tr></tbody></table><p style="width:0.6em;font-weight:bold;margin:0;padding:0.2em 0.6em 0.2em 0.5em;border: 1px solid #A6AAB6;border-top:none;text-align: center;background-color: #E0E0F0;color: #161120">b</p><br /><br />
 
Upvote 0
hello, I have all kind of tabs with data (dates in column b and text in column c). I want a formula that it trigger every tab and find the first date thats coming in the picture and gives also the text mentioned in column c what is behind the date column b. starting from today .
In this case it says (result) june 11 with the text jan. Because this is the first date from now.
 
Upvote 0

Forum statistics

Threads
1,224,505
Messages
6,179,152
Members
452,891
Latest member
JUSTOUTOFMYREACH

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