Hello All,
I need a formula or macro that will go to sheet 2 and:
1. Find the last column of the page
2. Total that column
3. Subtract that total from the total of Column B
4. Output the answer on Sheet 3 (Does not matter which cell)
Thanks!!
Maybe this?
=SUM(OFFSET(Sheet2!$A$1,,COUNTA(Sheet2!1:1)-1,65536,)) - SUM(Sheet2!$B:$B)
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
“None of us is as good as all of us” - Ray Kroc
“Actually, I *am* a rocket scientist.” - JB (little ones count!)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks