Formula to pick values automatically from certain column based on values in cells of that column.

mabubakerali

New Member
Joined
Feb 23, 2016
Messages
28



sorry for the bad english but i have explained the best i could in above screenshot so, plz post the relevant reply!
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
What should the answer be ?
Should it be 1,086,802, being the sum of entries in column G that say Imran in column A ?
I.e. 100,000 + 493401 + 493,401 ?
 
Upvote 0
Is L17 a fixed cell where you will sum things up? Then you could write this formula in L17:

=SUMIF(A:A;L16;G:G)

where:
A:A - is a range for criteria lookup. In this example it would be Imran
L16 - a cell where you could type a value you want to sum by. In this case it would be: Imran
G:G - is actually a column which will be sumed up based on a cells found by excel in range A:A

Nard
 
Upvote 0
Is L17 a fixed cell where you will sum things up? Then you could write this formula in L17:

=SUMIF(A:A;L16;G:G)

where:
A:A - is a range for criteria lookup. In this example it would be Imran
L16 - a cell where you could type a value you want to sum by. In this case it would be: Imran
G:G - is actually a column which will be sumed up based on a cells found by excel in range A:A

Nard


Thanks alot for your help buddy!
This forum is awsome, always get quick and working solution of every problem!
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,817
Members
449,049
Latest member
cybersurfer5000

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