G gerry.lisa Aug 24, 2006 #1 Can someone help me? I checked Excel Help and didn't find insert row based on data....thanks!! ....Lisa Excel 2003
Can someone help me? I checked Excel Help and didn't find insert row based on data....thanks!! ....Lisa Excel 2003
D Don Guillett Aug 24, 2006 #2 look in vba help index for FIND if only one or FINDNEXT if more. Good example
D Dave Peterson Aug 24, 2006 #3 If you're trying to insert a new row when the values in a column change, maybe you could select your whole range and do data|subtotals You'll be able to add counts and sums and averages.... You may want to sort your data before you do the data|subtotals, though.
If you're trying to insert a new row when the values in a column change, maybe you could select your whole range and do data|subtotals You'll be able to add counts and sums and averages.... You may want to sort your data before you do the data|subtotals, though.
G gerry.lisa Aug 24, 2006 #4 Thanks Don. but this is way over my head...I'm off to find some vba tutorials online! ....Lisa
G gerry.lisa Aug 24, 2006 #5 Thanks Dave. but this is way over my head...I'm off to find some vba tutorials online! ....Lisa
D Dave Peterson Aug 24, 2006 #6 My suggestion didn't use any VBA. Those are options under the Data dropdown on the worksheet menu bar.
My suggestion didn't use any VBA. Those are options under the Data dropdown on the worksheet menu bar.