Automatic updation of data based on the entry

depks

Board Regular
Joined
Sep 14, 2004
Messages
82
Good day..
I have the following data.
1 2 3 4 5
Tank1
Tank2
Tank3
Tank4

Consider this data
Date Tank No. Description
2 Tank2 Received


Corresponding intersecting cell if Date 2 and Tank No to be filled
With the Description typed automatically.
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Hi,

Try:

=IF(ISNUMBER(MATCH(B$1&"@"&$A2,$A$8:$A$20&"@"&$B$8:$B$20,0)),INDEX($C$8:$C$20,MATCH(B$1&"@"&$A2,$A$8:$A$20&"@"&$B$8:$B$20,0)),"")

in B2, confirmed with Ctrl + shift + enter and then dragged right / down
Book1
ABCDEF
112345
2Tank1   xxxx 
3Tank2 Received   
4Tank3     
5Tank4     
6
7DateTank No.Description
82Tank2Received
94Tank1xxxx
10
Sheet5
 
Upvote 0

Forum statistics

Threads
1,196,269
Messages
6,014,351
Members
441,816
Latest member
Klingon1960

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