A
A
Alexey Nikolaev2016-02-13 21:00:59
excel
Alexey Nikolaev, 2016-02-13 21:00:59

How to write such a condition in Excel?

There is a column A and B.
You need the following:
A > 150,000, then B = A * 0.97
A > 250,000, then B = A * 0.94
A > 350,000, then B = A * 0.92

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey S., 2016-02-13
@Winsik

=IF(A1>350000,A1*0.92, IF(A1>250000, A1*0.94, IF(A1>150000, A1*0.97, "less than 150000" )))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question