Corrupt excel sheet or problem with the formula?

oxygn

New Member
Joined
May 24, 2010
Messages
25
Hi All,

I have trouble with excel sheet or the formula. I am trying to calculate Min with multiple conditions. The formula I am using is {=MIN(IF(Tier=3,IF(Location="USA",IF(LCount<>"",LCount))))}. If I use the formula on other sheets it works find but on this particular sheet it returns the wrong answer. I have attached the sheet to look at: Droplr • Sample.xlsx
Region
TierLocation Count
Japan3
USA350Min =0
Japan3 Answer should be 26 and not 0 as above
USA356
Japan3
USA3696
Australia3
Australia3
USA3306
USA326

<tbody>
</tbody>


I tried using Clean function to clean the cells but nothing happened. I also tried deleting named ranges and re adding them still no luck.

Please help.
Regards,
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
I didn't change a thing and came back with the expected result.
Make sure your Locations don't have trailing spaces (I assume that's what your 'Clean'ed.)
F9, to ensure you calculate.

*ABCDEF
5RegionTierLocation Count***
6Japan3****
7USA350*Min =26
8Japan3****
9USA356***
10Japan3****
11USA3696***
12Australia3****
13Australia3****
14USA3306***
15USA326***

<colgroup><col style="width:30px; "><col style="width:64px;"><col style="width:64px;"><col style="width:100px;"><col style="width:64px;"><col style="width:64px;"><col style="width:64px;"></colgroup><tbody>
</tbody>

Spreadsheet Formulas
CellFormula
F7=MIN(IF(Tier=3,IF(Location="USA",IF(LCount<>"",LCount))))

<tbody>
</tbody>
Names in Formulas
CellNameApplies to
F7LCount=Sheet3!$C$6:$C$15
F7Location=Sheet3!$A$6:$A$15
F7Tier=Sheet3!$B$6:$B$15

<tbody>
</tbody>

<tbody>
</tbody>

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4
 
Upvote 0
Thanks tweedle ,

I thought there was some problem with meta data. I copied all the data to a new sheet with paste special and checked the formula. It worked :)

So I moved it back, renamed the sheet and now everything is perfect.

Thanks,
K
 
Upvote 0

Forum statistics

Threads
1,214,402
Messages
6,119,299
Members
448,885
Latest member
LokiSonic

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