Not calculating

Patcheen

Active Member
Joined
Sep 28, 2015
Messages
388
Office Version
  1. 365
Platform
  1. Windows
why is this not calculating?

=IFERROR(SUM('Game Data'!$E$2:$E$10000,$A$1,'Game Data'!$H$2:$H$10000,"=>1"),"")

"E" is list of names that match "A1" and "H" is numbers greater or equal to 1
 
Last edited:

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Hi Patcheen

check your PM mate

I will have another look for you tomorrow.

Dave
 
Upvote 0
K thank you so very much for your help.

check e-mail as i just sent the file

thank you
 
Upvote 0
Patcheen

So, just to be sure, you want your formula in sheets "Game Data" column "D". Correct?
And the results in column D should display the sum of goals scored by the player from sheets "Player Games" cell "A1" up until the point where this formula is?

like this if the name was dave, results of formula in ""

john 2 "blank"
dave 1 "1"
john 3 "blank"
dave 3 "4"

like this if the name was john, results of formula in ""

john 2 "2"
dave 1 "blank"
john 3 "5"
dave 3 "blank"

correct??

Dave
 
Upvote 0
Also

do me a favour.

When i open your file, calculation is set to MANUAL and not AUTOMATIC

I assume when you have been using my formuals this was in fact set to AUTOMATIC???

this works for me after calculation is set to AUTOMATIC

Code:
=IF(AND('Game Data'!$E2='Player games'!A$1,'Game Data'!$H2>=1),SUMIF('Game Data'!$E$2:E2,'Player games'!A$1,'Game Data'!$H$2:H2),"")

try this

will send new file

dave
 
Upvote 0
works a treat if the person is in e2 but for example the person in such a large database in e8336 it wont work for unless i change e2 to e8366 see below -

From -
=IF(AND('Game Data'!$E2='Player games'!A$1,'Game Data'!$H2>=1),SUMIF('Game Data'!$E$2:E2,'Player games'!A$1,'Game Data'!$H$2:H2),"")

To -
=IF(AND('Game Data'!$E8366='Player games'!A$1,'Game Data'!$H8366>=1),SUMIF('Game Data'!$E$8366:E8366,'Player games'!A$1,'Game Data'!$H$8366:H8366),"")

i would have to change this for each player search
 
Last edited:
Upvote 0
This sums up in total
SUMIF('Game Data'!$E:$E,$A$1,'Game Data'!$D2:$D10000)

But when i add this it says my formula contains an error
SUMIF('Game Data'!$E:$E,$A$1,'Game Data'!$D2:$D10000),'(game data'!C:C,'Player games'!b4)

C2:c10000 is the date range (Game data)

E:E is the player range (GAme data)

A1 in player games is the player (Player games

b4 in player games is date drag down it checks the next datethe next date

hope i forgotten nothing
 
Upvote 0

Forum statistics

Threads
1,221,444
Messages
6,159,912
Members
451,601
Latest member
terrynelson55

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