Hi,

I have a sheet with headers: Name, Salary, DA and Total

I am looking of a code to enter data in the sheet:

Enter name by Inputbox
Enter Salary by input box

then condition:

if Salary >=45000 then
DA = 5000
if Salary >=35000 then
DA = 3000
else
DA = 1000

and Total = Salary + DA

Main condition:

find next blank cell in sheet and enter data in continuous way....till the user end the flow

thanks
Viki