Helping with a formula

reddevilanalyst

New Member
Joined
Aug 10, 2023
Messages
11
Office Version
  1. 365
Platform
  1. Windows
I have a column for items in A1 and their cost in B1 in Sheet 1 and they are randomly distributed. Now I need to copy all the costs for the subsequent products into sheet 2 automatically in C1 cell accordingly.
Screenshot 2023-08-21 114843.png
Screenshot 2023-08-21 114911.png
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
How about
Excel Formula:
=XLOOKUP(B2,Sheet1!A2:A100,Sheet1!B2:B100,"")
 
Upvote 1
Solution
I just want to match the cost in sheet 2(C3) to its associated event from sheet1. Like eg: in sheet 2, cell - A8: Employee - Rani - event type: Hep B - C8 to be filled as £45.00 and similarly for Biog - C4: £44.00
 
Upvote 0
Have you tried the formula I suggested?
 
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,212
Messages
6,123,653
Members
449,111
Latest member
ghennedy

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