I have a drop down box on the sheet labled ASR in column H. I am trying to get the ammount from column G on the same sheet to appear in column F on the sheet labeled CUSTOMER COPY if the dropdown box is marked yes. I also want to be able to add the totals of the drop down rows on the ASR sheet if marked no in E:37 on the CUSTOMER COPY sheet. I cannot figure the formulas out and could use some help. I have attached a copy of the workbook.
Thank you,
Heath
Last edited by snoslyder; 08-12-2010 at 02:49 PM. Reason: additional information
In F9, then copied down:
=IF(ASR!H11="Yes",ASR!G11, "")
In E37:
=SUMIF(ASR!$H$11:$H$28, "No", ASR!$G$11:$G$28)
_________________
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!)
Thank you for the help! The formula for F9 cell in the Customer Copy sheet gives me a FALSE statement instead of the dollar amount from cell G11 on the ASR copy. Any suggestions?
The formula for the Sums in E37 works perfectly!
Thanks again for the help.
_________________
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!)
Thank you! The formulas worked perfect!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks