I'm trying to build a simple checkbook program for a friend. I've figured out most of what I want it to do and have been able to program in everything I want except for basically one item. One of the features is a monthly calculator of types. I want it to have inputs for a begin date and end date and then output the beginning balance of that date, the total deposits, the total withdrawals, and the concluding balance. I've already got the beginning/concluding balances, but can't figure out how to do the deposits/withdrawals. I've tried using =sum((lookup([date], [deposits])):(lookup([2nd date], [deposits])) and that obviously didn't work. Any ideas? I've attached the program with some sample data in it so you can better understand what I'm trying to do. Thanks!
Bookmarks