I do need macro because the form will be consistently updated
throughout the year. I have done it a long & tedious way with this
macro, by just copying this macro with the updated cells

If Range("E8").Select < 5000 Then
   Range("E8,D8").Select
    Selection.Copy
    Range("G4").Select
    ActiveSheet.Paste
End If

On Jun 26, 8:14 am, "Upendra Singh" <upendrasinghsen...@gmail.com>
wrote:
> Hi Terrance,
>
> You can do this without macro.
>
> 1. Create copy of Pivot Edit->Move or Copy Sheet.
> 2. Remove Subtotal and do Pivot Table Copy-> Paste Special-> Values.
> 3. Apply Advance Filter and Filter the Data.
>
> Regards,
>
> Upendra Singh
> +91-9910227325, +91-9310760597
>
> ----------------------------------------------------------------------------
> ---------------------------------
> There are 10 kinds of people: Those who understand binary and those who
> don't.
> ----------------------------------------------------------------------------
> ---------------------------------
>
> -----Original Message-----
> From: excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com]
>
> On Behalf Of Terrance Wyatt
> Sent: Friday, June 26, 2009 8:20 AM
> To: MS EXCEL AND VBA MACROS
> Subject: $$Excel-Macros$$ Simple Macro Request
>
> Hello I have two columns from a pivot table I put together. Column D
> contains ID-numbers & E contains values. I need a macro that selects
> values from Column E that are greater than 5,000 and copies that value
> into a column along with the corresponding ID number from column D.
> Two new columns with value over 5000 and the corresponding ID-number
> would be ideal.
>
> However, the pivot table contains a few sub totals within Column E and
> I need to avoid those. So I think I need to select ranges of cells at
> a time to avoid the subtotals.
>
> I know this may be quite simple, but I really need to get this done
> quick. Thank you in advance for your help.

--~--~---------~--~----~------------~-------~--~----~
-------------------------------------------------------------------------------------
Some important links for excel users:
1. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at 
http://www.excelitems.com
2. Excel tutorials at http://www.excel-macros.blogspot.com
3. Learn VBA Macros at http://www.vbamacros.blogspot.com
4. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 

To post to this group, send email to excel-macros@googlegroups.com
If you find any spam message in the group, please send an email to:
Ayush Jain  @ jainayus...@gmail.com or
Ashish Jain @ 26may.1...@gmail.com
-------------------------------------------------------------------------------------
-~----------~----~----~----~------~----~------~--~---

Reply via email to