Hello everyone,
First, I am so grateful for this forum. Thanks so much for everyone's input and suggestions. I am learning so much . Now on to my situation:
This is a follow-up question to a question I previously posted. Since I received a solution for my original question, I am posting the follow-up as a new thread.
Original Question:
=LET(Verify, XLOOKUP(A4,'[RFS billings.xlsx]2021 2022'!$A:$A,'[RFS billings.xlsx]2021 2022'!$AA:$AA), IF(Verify='Master_Data_File (2)'!U4, "good", "check"))
The output from the Xlookup formula is 1575.3025 the number in U4 is 1575.30, so my result is coming up as "check" when it really should be good.
Answer received which worked: IF(ROUND(Verify,2)=U4
Now I am trying to add that formula into my Full formula, so I wonder if IF(ROUND(Verify, 2)=U4 would work within an IF(And statement? Trying to do the following:
IF(AND(Closed, Complete, (ROUND(Verify,2)='Master_Data_File (2)'!U4,"good"," check"))
"Closed" and "Complete" are other calculations within the Full formula. I need "Closed," "Complete," and "Verify" to all be true so I can get "good"; otherwise, it needs to say "Check."
When I do the above formula, I get an Error: There is a problem with this formula. Not trying to type a formula? I am doing something incorrectly.
Any help is appreciated. Thanks.
First, I am so grateful for this forum. Thanks so much for everyone's input and suggestions. I am learning so much . Now on to my situation:
This is a follow-up question to a question I previously posted. Since I received a solution for my original question, I am posting the follow-up as a new thread.
Original Question:
=LET(Verify, XLOOKUP(A4,'[RFS billings.xlsx]2021 2022'!$A:$A,'[RFS billings.xlsx]2021 2022'!$AA:$AA), IF(Verify='Master_Data_File (2)'!U4, "good", "check"))
The output from the Xlookup formula is 1575.3025 the number in U4 is 1575.30, so my result is coming up as "check" when it really should be good.
Answer received which worked: IF(ROUND(Verify,2)=U4
Now I am trying to add that formula into my Full formula, so I wonder if IF(ROUND(Verify, 2)=U4 would work within an IF(And statement? Trying to do the following:
IF(AND(Closed, Complete, (ROUND(Verify,2)='Master_Data_File (2)'!U4,"good"," check"))
"Closed" and "Complete" are other calculations within the Full formula. I need "Closed," "Complete," and "Verify" to all be true so I can get "good"; otherwise, it needs to say "Check."
When I do the above formula, I get an Error: There is a problem with this formula. Not trying to type a formula? I am doing something incorrectly.
Any help is appreciated. Thanks.