itsgrady
Board Regular
- Joined
- Sep 11, 2022
- Messages
- 132
- Office Version
- 2021
- Platform
- Windows
- MacOS
=IFNA(IFS($D$3=$S$3,T5,$D$3=$U$3,V5),"") :Returns information in one column. The next day the other information goes in the column.
Returns a zero when empty need to remove the zero. The formula works well but for the zero when blank. If was able to remove zero for only day but not for the other day.
=IFNA(IF(T5="","",IFS($D$3=$S$3,T5,$D$3=$U$3,V5),"") )
The sheet has sixty rows with information in both S and U columns where the information stored for a daily form. The formula works well but it returns a zero when there is not information in a given cell in either column. The information goes in one column depending on the day it will pull information from one the columns in the calculation. I need different information each day and the two columns have different information but for the same form on a given day.
=IFNA(IFS($D$3=$S$3,T5,$D$3=$U$3,V5),"")
=IFNA(IFS($D$3=$S$3,T6,$D$3=$U$3,V6),"")
=IFNA(IFS($D$3=$S$3,T7,$D$3=$U$3,V7),"")
=IFNA(IFS($D$3=$S$3,T8,$D$3=$U$3,V8),"")
=IFNA(IFS($D$3=$S$3,T5,$D$3=$U$3,V5),"").... all the way to V65
Returns a zero when empty need to remove the zero. The formula works well but for the zero when blank. If was able to remove zero for only day but not for the other day.
=IFNA(IF(T5="","",IFS($D$3=$S$3,T5,$D$3=$U$3,V5),"") )
The sheet has sixty rows with information in both S and U columns where the information stored for a daily form. The formula works well but it returns a zero when there is not information in a given cell in either column. The information goes in one column depending on the day it will pull information from one the columns in the calculation. I need different information each day and the two columns have different information but for the same form on a given day.
=IFNA(IFS($D$3=$S$3,T5,$D$3=$U$3,V5),"")
=IFNA(IFS($D$3=$S$3,T6,$D$3=$U$3,V6),"")
=IFNA(IFS($D$3=$S$3,T7,$D$3=$U$3,V7),"")
=IFNA(IFS($D$3=$S$3,T8,$D$3=$U$3,V8),"")
=IFNA(IFS($D$3=$S$3,T5,$D$3=$U$3,V5),"").... all the way to V65