need help in excel formula

sksanjeev786

Well-known Member
Joined
Aug 5, 2020
Messages
884
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
if we have multiple tables with the same table name. i,e "Table 1" 1 USA data , "Table 1"= Aus data, "Table 1"= India data. can we write with the help of the match function? and we have endpoint after each table name
 
Thanks Jason

Here is data in below

So I need data from 10-17 then 18-24 but we have same starting point "Q.BE2A Familiarity - India" so basically i change manually like Q.BE2A Familiarity - India1,2 or 3 to get data. please help me on this

MR Excel.xlsx
ABCDEFGHIJKLMNOPQ
1Q.BE2A Familiarity - IndiaSheet2
2Base: Total
3TOTALAug'19 (Total(18-54 yo)) (B)23
4Base2241696FilterQ.BE2A Familiarity - India1- Column Proportions:9AWARE (NET)98%99%GQ.BE2A Familiarity - India
5AWARE (NET)98%99%GQ.BE2A Familiarity - India1- Column Proportions:9EVER TRIED (SUBNET)87%89%FGQ.BE2A Familiarity - India
6EVER TRIED (SUBNET)87%89%FGQ.BE2A Familiarity - India1- Column Proportions:9REGULAR TRIAL (SSN)47%48%FGQ.BE2A Familiarity - India
7REGULAR TRIAL (SSN)47%48%FG
8
9- Column Proportions:
10Q.BE2A Familiarity - India
11TOTALAug'19 (Total(18-54 yo)) (B)
12Base2241696
13AWARE (NET)87%89%FG
14EVER TRIED (SUBNET)52%54%FG
15REGULAR TRIAL (SSN)10%10%
16
17- Column Proportions:
18Q.BE2A Familiarity - India
19Base224100%696
20AWARE (NET)100%100%
21EVER TRIED (SUBNET)96%96%
22REGULAR TRIAL (SSN)69%68%F
23
24- Column Proportions:
Sheet2
Cell Formulas
RangeFormula
H4:H6H4=MATCH($G4,$A:$A,0)
M4:N6M4=INDEX(INDIRECT("'"&$I$1&"'!A"&$H4&":IV"&$J4&""),MATCH($L4,INDIRECT("'"&$I$1&"'!A"&$H4&":A"&$J4&""),0),M$3)
G5:G6G5=$G$4
J4:J6J4=MATCH($I$4,INDIRECT("'"&$I$1&"'!A"&$H4&":A900000"),0)+$H4-1
Cells with Data Validation
CellAllowCriteria
G4List=$P$4:$P$6
 
Upvote 0

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
What results do you want to see? (try using copy and paste to create the end result that you want, then we can use that do decide which formula will be best).

Why do you have "Sheet2" in I2? Do you want one summary sheet for many sheets of data?
 
Upvote 0
What results do you want to see? (try using copy and paste to create the end result that you want, then we can use that do decide which formula will be best).

Why do you have "Sheet2" in I2? Do you want one summary sheet for many sheets of data?

Hi Jason

I need the result from 10-17or 18-24 but since the name are the same in row 1 ,row 10 and Row 18 so by default I will get score from row 1-7

for Sheet 2 i just kept for example as I will huge date in 1 sheet so I pull my data in other sheet .

Let me know if you need more information

Thanks in Advance.

Regards,
Sanjeev
 
Upvote 0
I need the result from 10-17or 18-24 but since the name are the same in row 1 ,row 10 and Row 18 so by default I will get score from row 1-7
So how will you decide if you want the results from row 1, row 10 or row 18? Or do you want all at once?

As I suggested above, using copy and paste to create your expected results, then posting that gives us a better idea of what you want. Don't include anything that is just there to help your formulas work, only what you need to see when it is finished.

Descriptions don't always work well, tiny details are easily lost or or misunderstood.
 
Upvote 0
So how will you decide if you want the results from row 1, row 10 or row 18? Or do you want all at once?

As I suggested above, using copy and paste to create your expected results, then posting that gives us a better idea of what you want. Don't include anything that is just there to help your formulas work, only what you need to see when it is finished.

Descriptions don't always work well, tiny details are easily lost or or misunderstood.

Hi Jason,

I need data from score from 5-7,13-15, and 20-22 so we have a start and ending point 1,10,18 so basically, i change manually "Q.BE2A Familiarity - India1,2 and 3 to get
5-7,13-15, and 20-22 row data so do we have any option .

Thanks in Advance.
Thanks
 
Upvote 0
One option would be to read my last reply properly and provide what I asked you to.


Hi Jason,

"" So how will you decide if you want the results from row 1, row 10 or row 18? Or do you want all at once? ""

I hope you are asking above note :)

So we pulling data from ETAB Enterprise and we have Table (T1,T2,T3) so based on that we pull data .


To simplify in a better way please see below screen shot

So I need match formula in B column so that I will get 2,11,19 instead of 2 in all column

MR Excel.xlsx
ABCDEF
1Match functionNeed data with Match FuncitonManually name change
2Q.BE2A Familiarity - India22Q.BE2A Familiarity - India12
3
4
5
6
7
8
9
10
11Q.BE2A Familiarity - India211Q.BE2A Familiarity - India211
12
13
14
15
16
17
18
19Q.BE2A Familiarity - India219Q.BE2A Familiarity - India319
Sheet3
Cell Formulas
RangeFormula
B2,B19,B11B2=MATCH($A2,$A:$A,0)
F2,F19,F11F2=MATCH($E2,$E:$E,0)




Let me know if you need more information

Thank you:)

Regards,
Sanjeev.
 
Upvote 0
Hi Jason,

"" So how will you decide if you want the results from row 1, row 10 or row 18? Or do you want all at once? ""

I hope you are asking above note :)

So we pulling data from ETAB Enterprise and we have Table (T1,T2,T3) so based on that we pull data .


To simplify in a better way please see below screen shot

So I need match formula in B column so that I will get 2,11,19 instead of 2 in all column

MR Excel.xlsx
ABCDEF
1Match functionNeed data with Match FuncitonManually name change
2Q.BE2A Familiarity - India22Q.BE2A Familiarity - India12
3
4
5
6
7
8
9
10
11Q.BE2A Familiarity - India211Q.BE2A Familiarity - India211
12
13
14
15
16
17
18
19Q.BE2A Familiarity - India219Q.BE2A Familiarity - India319
Sheet3
Cell Formulas
RangeFormula
B2,B19,B11B2=MATCH($A2,$A:$A,0)
F2,F19,F11F2=MATCH($E2,$E:$E,0)




Let me know if you need more information

Thank you:)

Regards,
Sanjeev.


Hi Team,

Can anyone help me on the above query?

Thanks in advance

Regards,
Sanjeev
 
Upvote 0
Post 14, second line.

BTW, you don't need to repeat the previous post every time you answer.
 
Upvote 0

Forum statistics

Threads
1,216,085
Messages
6,128,733
Members
449,465
Latest member
TAKLAM

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