updating records

Rhinox

New Member
Joined
Feb 20, 2011
Messages
4
Hello everyone, i have a list of regular customers and were able to write a code which put all the transaction in a table. When a customer pay in cash, i put it in cash sales worksheet, but when they do not pay in cash i put it in the credit worksheet. Total sales for the day of course is cash sales and credit sales. My problem is how to update my customer records when their credit is already paid.

for example:

ON THIS DAY
on cash sales worksheet:
customer1 =500
customer2=500

on credit worksheet:
customer3=500
customer4=1000

Total sales for the day is 1500

ON THE NEXT DAY
Customer3 pays his credit of 500.

i put it in the payment worksheet.

Question is: how to update the status of customer3 from credit status to paid, balance upadated to 0.00

i hope you guys understand what i mean. Thanks in advance.
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Re: updating recods

Sounds to me that you need one more sheet to keep track of balances owed you. In Accounting jargon, this is called Accounts Receivable. It should not be confused with sales. Sales is an income statement account and Accounts Recievable is a Balance Sheet account.

Alan
 
Upvote 0
Re: updating recods

yeah you're right, i havent thought of that. I am not good at accounting. So how do you think would i code that. Hope you could help. TIA.
 
Upvote 0
Re: updating recods

"Total sales for the day is 1500"

sorry, just some corrections on my post. I mean total sales is 2500. Some typographical error-fingers.
 
Upvote 0

Forum statistics

Threads
1,224,583
Messages
6,179,673
Members
452,937
Latest member
Bhg1984

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top