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

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.
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,214,574
Messages
6,120,329
Members
448,956
Latest member
Adamsxl

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