简体   繁体   中英

Excel formula to find val in column and add to another cell

Excel to find a certain value in column C (the number 280) and if it finds that value in column CI want it to add a different value in column J ($ 35.00)

Is there an automated way or a way to do this with a formula?

I have tried sorting by column 2 then adding to column J but I can never get the spreadsheet to go back to the original way it was.

How can this be done?

This is simple (put this in column J) :

=IF(C1=280; "35.00";"")

If it won´t work, you have a different language in excel.

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