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:
blank - is it poss on game date to go from e2:e10000 instead of just e1? etc i appreciate your l help

it all starts from e2 h2 etc as row 1 is headers
 
Last edited:
Upvote 0

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Looking at your example

it looks like you need your results in column H?

and the goals to sum is in column D?

try this copied down

=IF(AND('game data'!E1='Player games '!A$1,'game data'!D1>=1),SUMIF('game data'!E1:E$2,'Player games '!A$1,'game data'!D1:D$2),"")
 
Upvote 0
Looking at your example

it looks like you need your results in column H?

and the goals to sum is in column D?

try this copied down

=IF(AND('game data'!E1='Player games '!A$1,'game data'!D1>=1),SUMIF('game data'!E1:E$2,'Player games '!A$1,'game data'!D1:D$2),"")

this is raw data where sheets depend on it for all calculations this sheet cant be touched except to input raw data for other sheets that is where player games come in this sheet gets the info it needs from game data - result should be in player games "E3" copied down
 
Last edited:
Upvote 0
my results, formula copied down in Gls column

Goal(s)PlayerGls
0
1
1james1
1james2
0
1
0
1
0
1
0
1
1
1
0
0
1
1james3

<colgroup><col><col span="2"><col><col></colgroup><tbody>
</tbody>
 
Upvote 0
k but i need it to calculate in the player games sheet as row 1 in game data is headers
 
Upvote 0
formula
for row 2 and copy down, are the results above correct?

=IF(AND('game data'!E2='Player games '!A$1,'game data'!D2>=1),SUMIF('game data'!E$2:E2,'Player games '!A$1,'game data'!D$2:D2),"")

because i put the sheet names in everywhere, you can use the formula in any sheet

Dave
 
Last edited:
Upvote 0
formula
for row 2 and copy down, are the results above correct?

=IF(AND('game data'!E2='Player games '!A$1,'game data'!D2>=1),SUMIF('game data'!E$2:E2,'Player games '!A$1,'game data'!D$2:D2),"")

because i put the sheet names in everywhere, you can use the formula in any sheet

Dave

i copied down and it turned them all up blanks maybe if we implement the date column just an idea i thank you for all your valuable help
 
Upvote 0
ok, but was my data i posted calculating correctly?

dave
 
Upvote 0
if my results posted above works, but you get blanks.
Im thinking you may have a data format issue on your sheet.

what are the results if you put this formula anywhere in your workbook.

=IF('game data'!E4='Player games '!A1,"true","false")

check E4 has a name, if not change the formula E4 to E? whateve cell contains the name james

dave
 
Upvote 0

Forum statistics

Threads
1,221,448
Messages
6,159,922
Members
451,604
Latest member
SWahl

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