How to find Row number and column number

Farooqui Noor

Board Regular
Joined
Dec 31, 2019
Messages
68
Office Version
  1. 2019
Platform
  1. Windows
I have some numbers in sheet No.1 and in sheet No. 2 i want to write Row number and column number of each number present in sheet No.1 by formula. is it possible.
nn.xlsx
H
11
Sheet1

nn.xlsx
ABCD
1
2NumberRow NumberColumn Number
3163
42??
53??
64??
75??
86??
9795
108??
11How to find row number and column number by formula
12
Sheet2


nn.xlsx
ABCDEFGHIJ
112345678910
2
3
4
5
614
7
862
975
10
1138
12
13
14
15
16
Sheet1
 
the answer in the form of cell number and column number of unique number is correct. No problem. But the answer of the number used twice in the sheet is wrong. in above sheet 320 number is written two times and it is mandatory. So answer of first 320 number should be cell number 16 and column number should be 12. and answer of second 320 number should be cell number 28 and column number should be 13. But after using the formula the answer of 320 number displayed is cell number 42 and column number 25, which is wrong.
 
Upvote 0

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Maybe
Fluff.xlsm
ABCDEFGHIJ
112345678910
2
3
44
5
614
7
862
975
103
1138
Sheet1


Fluff.xlsm
ABC
1
2NumberRow NumberColumn Number
3163
4286
53102
6445
7597
8683
9795
108117
11467
123113
Sheet2
Cell Formulas
RangeFormula
B3:B12B3=AGGREGATE(15,6,ROW(Sheet1!$A$2:$A$11)/(Sheet1!$A$2:$J$11=A3),COUNTIFS(A$3:A3,A3))
C3:C12C3=MATCH(A3,INDEX(Sheet1!$A$2:$J$11,B3-1,0),0)
 
Upvote 0
Solution

Fluff Sir I am very much thankful for your cooperation and your valuable time. My query has been resolved with the formula provided by you sir. thanks once again.​

 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,216,523
Messages
6,131,151
Members
449,626
Latest member
Stormythebandit

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