unable to get formula to work

Patcheen

Active Member
Joined
Sep 28, 2015
Messages
391
Office Version
  1. 365
Platform
  1. Windows
what is wrong with my formula i keep getting an error

=COUNTIFS('Game Data'!E$2:E3,='Shirt Database'!A3,'Game Data'!H3)

im trying to calculate if Game Data'!E$2:E3 = Shirt Database'!A3 and if thats correct then return the answer in Game Data'!H3

thank you for your help
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Patcheen, Good evening.

Your explanation is a little confuse.

Try to use:

Sheet: 'Game Data'

H3 --> =COUNTIF(E2:E3,'Shirt Database'!A3)

Is that what you want?

I hope it helps.
 
Upvote 0
no there is numbers in H3:h100 on the game data sheet that im trying to calculate if the name in game data matches the name in shirt database A3 an the name changes when copied down
 
Upvote 0
Patcheen, Good morning.

I could not understand your observation.

Please, save your file at a free site, www.sendspace.com or other and put a link here do download.

Show your data and how would be the desirable result.
A concrete example, please.

It's easier to help you with your data in Excel.
 
Upvote 0
if you are trying to return a value in a cell, you could try using SUMIFS instead of COUNTIFS - countifs will only count the times your criteria are met, when sumifs will total the value in a specified column when your criteria are met.
 
Upvote 0
i thought this was gonna be easy to solve but its harder than i thought

but thank you for your help
 
Last edited:
Upvote 0
Hi,

Have not looked at your file as signing up is required to download, looking at your formula in Post #9 , maybe you mean this, otherwise, please describe what the formula is supposed to do:

Code:
=SUMIF('Shirt Database'!$A$2:$A$10000,$A1,'Game Data'!$H$2:$H$10000)
 
Upvote 0

Forum statistics

Threads
1,223,728
Messages
6,174,150
Members
452,548
Latest member
Enice Anaelle

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