0

Budget Values Showing Blank, need to show 0.00

I have a jet report pulling in budget values. I am using an NL looking to the g/l budget entry table and getting the values i need.

When there is no budget for a particular gl account, the cell is blank. I need it to be 0.00

Here is my NL. This GL account doesn't have a budget, so Jet leaves the cell blank.

=NL("rows","g/l budget entry","Amount","G/L Account No.","16207110001")

I have tried formatting the cell, i also tried a conditional format, but i can't get the cell to be 0.00

I even tried the IF statement below, but it doesn't work
=IF(G13="","0.00",G13)

Any ideas??

5 comments

Please sign in to leave a comment.