Array Formula in Android Mobile

pmich

Active Member
Joined
Jun 25, 2013
Messages
294
I have three Columns in my Excel File.
Col A is 'Code'. Col B is 'Group'. Col C is 'Item Number'.
I have the following data for each columns from Row 2 to Row 6.
Col A - Col B - Col C
Code - Group - Item Number.
4215 - Publications - 1
3726 - Publications - 2
4892 - Publications - 3
5364 - Medical - 1
2918 - Medical - 2

CodeGroupItem Number
4215Publications1
3726Publications2
4892Publications3
5364Medical1
2918Medical2
In D2, I type 'Publications', which is one of the Groups mentioned in Col B.
In E2, I type '2', which is one of the Item Numbers mentioned in Col C.
In F2, I have this array formula entered with Ctrl+Shift+Enter:
=INDEX(A2:A6,MATCH(1,(D2=B2:B6)*(E2=C2:C6),0))
This gives me the corresponding code '3726' and works fine on Computer.
But, in my Android Mobile, Ctrl+Shift+Enter is not possible.
Is there a solution for me to use this data in the Excel File on my mobile and get the expected result for the two criteria using this array formula or any other formula?
Please suggest. Thanks in advance.
 
Glad you sorted it & thanks for the feedback.
 
Upvote 0

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.

Forum statistics

Threads
1,214,979
Messages
6,122,557
Members
449,088
Latest member
davidcom

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