estillbham
New Member
Sorry to ask so basic a question, but I am stumped.
A couple of years ago, I wrote a billing application for my law firm (an assistant and me) in Excel and later moved it to Google Docs (now Drive) with no changes that I can remember in the formulas. I have multiple clients (yea!) who are charged varying amounts per hour. There is a page called Case with the following columns: Staff, CaseName, BillRate. On the Time page, I enter the initials of the staff, the case name, and there is a formula that picks up the rate from the Case page. The formula is
[where x changes, depending on the row].
I can't figure out how the formula (which still works) is getting the billing rate from the Case page and putting it on the Time page. Can someone explain my own formula to me?
Ed
A couple of years ago, I wrote a billing application for my law firm (an assistant and me) in Excel and later moved it to Google Docs (now Drive) with no changes that I can remember in the formulas. I have multiple clients (yea!) who are charged varying amounts per hour. There is a page called Case with the following columns: Staff, CaseName, BillRate. On the Time page, I enter the initials of the staff, the case name, and there is a formula that picks up the rate from the Case page. The formula is
Code:
=VLOOKUP(Bx,INDIRECT(Ax),2,0)
I can't figure out how the formula (which still works) is getting the billing rate from the Case page and putting it on the Time page. Can someone explain my own formula to me?
Ed