I have a cell on one worksheet of a spreadsheet that has information from a second worksheet that is a total of a column on the second worksheet. The formula I have takes the total from the column in the second worksheet and puts it into a cell on the first worksheet.
The current formula I have in the cell of the first worksheet is this: =SUM('Bar Bingo'!E34)
Bar Bingo is the name of the second worksheet.
I want to include an "If" function that if the number in the cell on the second worksheet is less than zero it will appear as zero in the cell of the first worksheet.
The current formula I have in the cell of the first worksheet is this: =SUM('Bar Bingo'!E34)
Bar Bingo is the name of the second worksheet.
I want to include an "If" function that if the number in the cell on the second worksheet is less than zero it will appear as zero in the cell of the first worksheet.