Hello!
I have created a macro that splits my amount column between round dollar amounts (like $100,$500,$1000,$4300) and uneven amounts (something like $ 743/$881/$29,064,etc). This macro works perfectly on my current data set. Attaching both my dataset (named round dollar amounts) and the macro.
However, when I try to use this macro on a different excel file (attached as dataset 1) that contains various other columns (like date, description, name, address and amount), I do not get the desired output. The amounts in the other dataset are in decimals and I want to filter out the decimal values and the rounded values. Would be great if anyone can help me with this. Thanks!