Gulfcourse
New Member
- Joined
- Nov 5, 2023
- Messages
- 37
- Office Version
- 365
- Platform
- Windows
Hello again,
I'm struggling with a formula and could use help!
I have two Excel golf files, long story, and use one for almost everything in the league, I'll refer to it as (1), the other I'll refer to as (2), just to calculate skins using handicaps.
I'm bringing in values from (1) into (2), for example into cell F74, using ; ='[GMGOLF_2025.xlsx]18-hole scores'!D26
The problem is, even though the cells in sheet (1) are blank it is putting 0's into (2) F74 and the others.
This is causing an issue with highest handicap golfer getting skins even though he did not play!
I would like the cell in (2) to be BLANK if the cell in (1) is BLANK.
In (2) F74 there is a 0 even though D26 in (1) was blank.
In the next row used in (2) F76 it calculates Gross Total using
=IF(SUMPRODUCT(F74:F75)=0,"",SUMPRODUCT(F74:F75))
In the next row used in (2) F79 it calculates Net Total using
=IF(SUM(F77:F78)=0,"",SUM(F77:F78)) this is where I'm getting -1 for highest handicap golfer
I tried to figure this out but do not know where to put the =IF(ISBLANK(cell_reference), "", cell_reference) formula.
Could I put it into ='[GMGOLF_2025.xlsx]18-hole scores'!D26 or somewhere else?
I didn't think I'd have to load both into Xl2bb but will if it helps!
Thank you so much.
I'm struggling with a formula and could use help!
I have two Excel golf files, long story, and use one for almost everything in the league, I'll refer to it as (1), the other I'll refer to as (2), just to calculate skins using handicaps.
I'm bringing in values from (1) into (2), for example into cell F74, using ; ='[GMGOLF_2025.xlsx]18-hole scores'!D26
The problem is, even though the cells in sheet (1) are blank it is putting 0's into (2) F74 and the others.
This is causing an issue with highest handicap golfer getting skins even though he did not play!
I would like the cell in (2) to be BLANK if the cell in (1) is BLANK.
In (2) F74 there is a 0 even though D26 in (1) was blank.
In the next row used in (2) F76 it calculates Gross Total using
=IF(SUMPRODUCT(F74:F75)=0,"",SUMPRODUCT(F74:F75))
In the next row used in (2) F79 it calculates Net Total using
=IF(SUM(F77:F78)=0,"",SUM(F77:F78)) this is where I'm getting -1 for highest handicap golfer
I tried to figure this out but do not know where to put the =IF(ISBLANK(cell_reference), "", cell_reference) formula.
Could I put it into ='[GMGOLF_2025.xlsx]18-hole scores'!D26 or somewhere else?
I didn't think I'd have to load both into Xl2bb but will if it helps!
Thank you so much.