Greetings to all Gurus,
I have a question regarding this nested IF function. Is it possible to nest IF function with a different column? For example, normally we would do these as per below:
IF(D12>=2,"0",IF(D12=1,"5",IF(D12=0,"10")))
So I was thinking if the below would be possible:
IF(D12>=2,"0",IF(D12=1,"5",IF(D12=0,"10",IF(E12>=1,"0"))))
Is the Bold function possible? Sorry if this question has been mentioned before as I'm not really sure myself of what keywords to search for this. Do enlighten me. Thanks!
Bookmarks