Why formula result difference between 365 and 2019 ?

akaseto

New Member
Joined
Oct 10, 2021
Messages
18
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
hello,
i have a sheet called region, have 2 columns :
1st column A are sub region (not unique, contain same value with different region)
2nd column B are region

and sub region search box on cell C5, region result on D5:D7

i put this formula in D5 and D6 to determine region when i searched sub region on C5:
Code:
=IF(ROWS($C$32:C32)<=COUNTIF(Kel[DESA];$B$34);INDEX(Kel[KECAMATAN];SMALL(IF(Kel[DESA]=$B$34;ROW(Kel[DESA])-1);ROWS($C$32:C32)));"")
=IF(ROWS($C$32:C33)<=COUNTIF(Kel[DESA];$B$34);INDEX(Kel[KECAMATAN];SMALL(IF(Kel[DESA]=$B$34;ROW(Kel[DESA])-1);ROWS($C$32:C33)));"")

i got different results which excel 365 shown up Region A and Region B, excel 2019 got Region C and blank
but if i copied formula from excel 365 to excel 2019, excel 2019 got same value as 365 with { and } at the beginning and the end of value, this drives me crazy cz i cant event use those symbol if i write directly to the cells.

copied form 365 to excel 2019 :
Screenshot 2021-10-28 190320.jpg


Manualy put the formula on excel 2019 :
Screenshot 2021-10-28 190338.jpg


sorry for my bad english ?, please help.
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
To use that formula in 2019 you need to confirm it with Ctrl Shift Enter, rather than just Enter.
For 365 you can just enter it normally.
 
Upvote 0
Solution
To use that formula in 2019 you need to confirm it with Ctrl Shift Enter, rather than just Enter.
For 365 you can just enter it normally.

thank you so much, thats work perfectly

is this a bug in excel 2019? or do i need to ctrl shift enter to all formula on excel 2019 ? I'm so hesitant to use excel 2019 now :(
 
Upvote 0
No it's not a bug, 365 & 2021 versions of Xl do not need CSE entry on any formula, however 2019 & older versions do need it on some types of array formula.
 
Upvote 0

Forum statistics

Threads
1,214,945
Messages
6,122,393
Members
449,081
Latest member
JAMES KECULAH

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