简体   繁体   中英

excel increment a value in column based on value in another column

In an excel file, I have an amount column,say D4. For every 1000 increase in that column the value in the column say D5 shud increase by 1. How should the formula (in excel) should be given to do this. Please help me with this.

You can use this simple formula:

=INT(A1/1000)

Result:

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM