A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Something like
=IF(TÆL.HVIS($Y$1:$Z$20;N4)=0;L6;=TÆL.HVIS($Y$1:$Z$20;N4))
But change IF to whatever IF is in your language ;-)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hey. I have an issue making a log that i could use some help with.
Imagine we are in column L, a formula will check a table if a certain number is there and report back if it is true or false. (1 or 0)
The formula looks like this "=TÆL.HVIS($Y$1:$Z$20;N4)" - TÆL.HVIS =CountIF
If this turns out negative, the cell (L5 in this case) will show 0.
However if the next cell (L6) turns out positive it will show 1. Then i would need cell L5 too show 1 too. How can i implement this in the function to prioritise a 1 in the cell beneath the active cell over the countif system.
Really hope someone can help me as this is very important to me
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Something like
=IF(TÆL.HVIS($Y$1:$Z$20;N4)=0;L6;=TÆL.HVIS($Y$1:$Z$20;N4))
But change IF to whatever IF is in your language ;-)
Thanks very much, it's working very well now.
One more thing. as i was editing yesterday, at some point the A through L Columns (Which are filled with formulas) started following/dublicating the cell's as i was typing the "random" number in the G column. How did i get them to do this.
After rewriting the formulas, it has stopped doing it, but i really need it to do it.?