Formula Help please

lloydie8

New Member
Joined
Sep 5, 2017
Messages
23
Hi

I'm after a bit of help please...

I'm compiling football stats for my team, and I'm a bit stuck! I have my sheet laid out similar to the table below.

In the overall appears column, I'm trying to add up the 3 apps columns using a formula to return what I've typed in the Target column.

Can someone please help me do this? I have tried building a formula but I am getting a whole bunch of errors depending which column I try working first.

PlayerLeague AppsCup 1 AppsCup 2 AppsOverall AppsTarget
A91313
B11 (2)112 (2)
C
D(2)(2)
E153220

<tbody>
</tbody>

Many thanks
Gareth
 

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.
Keep +ve and -ve numbers in separatecolumns in one table (perhaps in a different sheet) and derive the table you want from that by formula


Excel 2016 (Windows) 32 bit
A
B
C
D
E
F
G
H
I
J
1
PlayerLeague
Apps
League()Cup 1
Apps
Cup1()Cup 2
Apps
Cup2()Overall
Apps +
OverallApps ()
2
A
9​
1​
3​
13​
0​
3
B
11​
2​
1​
12​
2​
4
C
0​
0​
5
D
2​
0​
2​
6
E
15​
3​
2​
20​
0​
7
8
PlayerLeague
Apps
Cup 1
Apps
Cup 2
Apps
Overall
Apps
Cell Formula
9
A91313B9 =IF(B2>0,B2,"")&IF(C2>0,"("&C2&")","")
10
B11(2)112(2)C9 =IF(D2>0,D2,"")&IF(E2>0,"("&E2&")","")
11
CD9 =IF(F2>0,F2,"")&IF(G2>0,"("&G2&")","")
12
D(2)(2)E9 =IF(H2>0,H2,"")&IF(I2>0,"("&I2&")","")
13
E153220
14
Sheet: Sheet2
 
Upvote 0
Simple is usualy the best way
Thanks for your feedback
(y)
 
Upvote 0

Forum statistics

Threads
1,213,536
Messages
6,114,211
Members
448,554
Latest member
Gleisner2

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