find if the IBO number on Column "A"....

midiyuga

New Member
Joined
Oct 8, 2004
Messages
31
Office Version
  1. 2019
  2. 2013
  3. 2007
Platform
  1. MacOS
can someone please help me?
I need to find if the IBO number on Column "A" on Sheet "SEPT_SOCIOS" exist on Column "A" on sheet "Formula7Ventas" if true I need to add what's on column "C" "Cantidad $" on sheet Formula7Ventas" to Column "G" on sheet "SEPT_SOCIOS".

Screenshot 2024-09-08 at 8.07.33 PM.png



Screenshot 2024-09-08 at 8.07.22 PM.png
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
You can use VLOOKUP
cell G2 sheet "SEPT_SOCIOS"
Code:
=VLOOKUP(A2,"Formula7Ventas"!A:C,3,0)
then drag down
 
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,240
Members
452,621
Latest member
Laura_PinksBTHFT

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