Forum Discussion
Shavocky
Mar 07, 2019Copper Contributor
Problems with IFS calculation
Hi,
Is it possible to run the IFS function logical test in 2 different cells, e.g., =IFS(A1="X",B1="Y",TRUE,"Z"). I attach a basis example of what I'm trying to achieve. I have only filled in Project 1, which works fine if the project starts in Jan or Feb (from the drop down menu in B2). If this moves on to March or later, the problems appear.
Thanks in advance for any help. Much appreciated.
I modified a bit
=IFS(D$16=$B2,$C2,ISNUMBER(C17),C17+1,TRUE,"")
Please see second sheet in attached
2 Replies
- SergeiBaklanDiamond Contributor
I modified a bit
=IFS(D$16=$B2,$C2,ISNUMBER(C17),C17+1,TRUE,"")
Please see second sheet in attached
- ShavockyCopper Contributor
Thanks Sergei, that's exactly the solution I was looking for.