Kicker3 Posted February 3, 2007 Posted February 3, 2007 I know this should be very simple to do , but I can't make it work right. I don' want 9.99 showing up in the "Total Buy with Comm" field when I'm using "Sold" field & likewise I don't want 9.99 showing up in the "Total Sold with Comm" field when using the "Buy" field. Please tell me what I'm missing. See attached file Stocks_.zip
datalink Posted February 3, 2007 Posted February 3, 2007 This calculation might help: TotalBuywComm = Case(IsEmpty(Bought) ; "" ; Bought * Cost Per + 9.99) Similarly: TotalSellwComm = Case(IsEmpty(Sold) ; "" ; Sold * Cost Per + 9.99)
Kicker3 Posted February 3, 2007 Author Posted February 3, 2007 Thanks Works Great I knew it was simple, but I just couldnt get it.
Recommended Posts
This topic is 6564 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now