Walshie1987
Technical User
- Oct 5, 2006
- 100
Hi, I have a spreadsheet to do do some calculations at work, to do with prices.
Basically I want to put "If the value = £XX plus or minus £0.01"
At the min here is my formula
=IF(OR(IF(W5="C",ROUNDUP((VLOOKUP(J5,data,3,FALSE)/0.95),2),"")=Z5,(IF(W5="C",ROUNDUP((VLOOKUP(J5,data,3,FALSE)/0.95),2),""))=Z5-0.01,(IF(W5="C",ROUNDUP((VLOOKUP(J5,data,3,FALSE)/0.95),2),""))=Z5+0.01),"Correct","Check")
Any ideas how I could tidy the above up abit? to save me typing out,(IF(W5="C",ROUNDUP((VLOOKUP(J5,data,3,FALSE)/0.95),2),"") over and over again?
Any comment appreciated
Cheers
Chris
Basically I want to put "If the value = £XX plus or minus £0.01"
At the min here is my formula
=IF(OR(IF(W5="C",ROUNDUP((VLOOKUP(J5,data,3,FALSE)/0.95),2),"")=Z5,(IF(W5="C",ROUNDUP((VLOOKUP(J5,data,3,FALSE)/0.95),2),""))=Z5-0.01,(IF(W5="C",ROUNDUP((VLOOKUP(J5,data,3,FALSE)/0.95),2),""))=Z5+0.01),"Correct","Check")
Any ideas how I could tidy the above up abit? to save me typing out,(IF(W5="C",ROUNDUP((VLOOKUP(J5,data,3,FALSE)/0.95),2),"") over and over again?
Any comment appreciated
Cheers
Chris