By bugle on Wednesday, 27 March 2019
Posted in Excel
Replies 1
Likes 0
Views 6.6K
Votes 0
Hi
Newbie here.
I have forgotten the syntax for the following formula e.g.
If A1 = x, "1"
If A1 = x AND A2 = y, "1.5"
If A1 = "", ""

Many thanks
You may use this Formula:

=IF(ISBLANK(A1),"",IF(AND(A1="X",A2="Y"),1.5,1))
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post