In Excel, I need to check for percents >0 and <100 in multiple columns, insert a new row with copied data from that row, and modify both rows. If this occurs in--for example--Row 27, I need to copy Row 27 and insert the copied row before Row 28, while changing the percents in both rows and also an amount from a different column. The percent data is in columns X through AG, and the amount data is in column AH.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
<o></o>
<o>----</o>
Example:<o></o>
Row 27: Column X (40%) ... Column AD (60%) ... Column AH ($10,000)<o></o>
<o></o>
This needs to become as follows:<o></o>
Row 27: Column X (100%) ... Column AD (0%) ... Column AH ($4,000*)<o></o>
Row 28**: Column X (0%) ... Column AD (100%) ... Column AH ($6,000*)<o></o>
*Calcuated by multiplying the original % by the original amount (e.g. 40% * $10k = $4k)
**Inserted by the macro<o></o>
<o></o>
I want everything in Row 28 to be identical to that in Row 27 (values, formulas, etc)--EXCEPT for the modified columns (percents/amounts).
----<o></o>
<o></o>
Hopefully this makes sense. Can anyone help?
<o></o>
<o>----</o>
Example:<o></o>
Row 27: Column X (40%) ... Column AD (60%) ... Column AH ($10,000)<o></o>
<o></o>
This needs to become as follows:<o></o>
Row 27: Column X (100%) ... Column AD (0%) ... Column AH ($4,000*)<o></o>
Row 28**: Column X (0%) ... Column AD (100%) ... Column AH ($6,000*)<o></o>
*Calcuated by multiplying the original % by the original amount (e.g. 40% * $10k = $4k)
**Inserted by the macro<o></o>
<o></o>
I want everything in Row 28 to be identical to that in Row 27 (values, formulas, etc)--EXCEPT for the modified columns (percents/amounts).
----<o></o>
<o></o>
Hopefully this makes sense. Can anyone help?