hi Friends ,
i am just trying to write the VBA Code for multiple if statement even i have recorded the MACRO however i am not getting the results what i needed , below is the formula in excel
IF(AD2<=0,"Negative",IF(AD2<67,"$1 - $67",IF(AD2<100,"$67 - $100",IF(AD2<200,"$100 - $200",IF(AD2<300,"$200 - $300",IF(AD2<500,"$300 - $500",IF(AD2<1000,"$500-$1000",">=1000")))))))
Now i need if this criteria meets the results should be populated in Column AE until the AD has its last row , please help me in achieving this .
Appreciate all your help
i am just trying to write the VBA Code for multiple if statement even i have recorded the MACRO however i am not getting the results what i needed , below is the formula in excel
IF(AD2<=0,"Negative",IF(AD2<67,"$1 - $67",IF(AD2<100,"$67 - $100",IF(AD2<200,"$100 - $200",IF(AD2<300,"$200 - $300",IF(AD2<500,"$300 - $500",IF(AD2<1000,"$500-$1000",">=1000")))))))
Now i need if this criteria meets the results should be populated in Column AE until the AD has its last row , please help me in achieving this .
Appreciate all your help