Forum Discussion
Hogstad_Raadgivning
Jan 04, 2021Iron Contributor
Use cell-adress as reference when Xlookup not found
Hi, Can i use reference to a cell value when Xlookup is not found? This returns an error (#Value) =Xlookup(U2#;Konteringsbilag!K:K&Konteringsbilag!J:J&Konteringsbilag!S:S;Konteringsbilag!O:O...
- Jan 04, 2021
Geir, you need to push evaluation for the reference, formula like
=Xlookup(U2#;Konteringsbilag!K:K&Konteringsbilag!J:J&Konteringsbilag!S:S;Konteringsbilag!O:O;$Y$2&"")
shall work
SergeiBaklan
Jan 04, 2021Diamond Contributor
Geir, you need to push evaluation for the reference, formula like
=Xlookup(U2#;Konteringsbilag!K:K&Konteringsbilag!J:J&Konteringsbilag!S:S;Konteringsbilag!O:O;$Y$2&"")
shall work
- Hogstad_RaadgivningJan 10, 2021Iron Contributor
Thank you SergeiBaklan perfect. It worked. I ended up with using IFERROR, if the Xlookup got an error, I selected value from a cell.
- Geir
- SergeiBaklanJan 10, 2021Diamond Contributor
Hogstad_Raadgivning , you are welcome