ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   how to make a macro (https://www.excelbanter.com/excel-discussion-misc-queries/238162-how-make-macro.html)

COLLEGE GIRL

how to make a macro
 
I have a spreadsheet of customers, I have amount paid and amount due. I need
to get the paid and due amounts along with the balance remaining on a
seperate table

Can anyone help??

thanks

Liliana[_4_]

how to make a macro
 
Not sure if I am reading this correctly. However, Vlookup may be the
function you need. To use your customer ID (or name) to lookup a balance:

=VLOOKUP(A2,CustTable,3,FALSE)

In the above
- A2 is the cell with the customer name or ID
- CustTable is the data range containing cutomer information and your
balance remaining.
- 3 is the column containing the balance
- FALSE causes EXCEL to return #N/A if there is no match.

Note the value being looked up should be in the first column of the lookup
table.

Vlookup information:

http://www.contextures.com/xlFunctions02.html



On Mon, 27 Jul 2009 22:51:01 -0700, COLLEGE GIRL wrote:

I have a spreadsheet of customers, I have amount paid and amount due. I need
to get the paid and due amounts along with the balance remaining on a
seperate table

Can anyone help??

thanks



All times are GMT +1. The time now is 02:13 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com