Ravi Rajendran
Member
Hello!! hope you all are having a great day.
Looking for some help to automate reporting data from huge volume of extracts from databases in excel.
Focus is trying to create an collective if function for the following [pls see attachment]
Any help would be massively appreciated. thank you!
Conditions
IF(H#=3 & I#=3, then J#="Completed")
IF(H#=3 & I#=2, then J#="In Progress")
IF(H#=3 & I#=1, then J#="In Progress")
IF(H#=2 & I#=1, then J#="In Progress")
IF(H#=1 & I#=1, then J#="Not Started")
Looking for some help to automate reporting data from huge volume of extracts from databases in excel.
Focus is trying to create an collective if function for the following [pls see attachment]
Any help would be massively appreciated. thank you!
Conditions
IF(H#=3 & I#=3, then J#="Completed")
IF(H#=3 & I#=2, then J#="In Progress")
IF(H#=3 & I#=1, then J#="In Progress")
IF(H#=2 & I#=1, then J#="In Progress")
IF(H#=1 & I#=1, then J#="Not Started")