Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In one of the case when I am using lookup to get the required value based on the match found. So when I lookup not sure whether I need to use ROUND,CEIL, etc...Since the values are in different format(as shown below).For your information when I look it up we use to divide the original value and then it has to be formatted to so that it is any of the below so that match is found in mapping table(values in the below mapping table is already divided). Not sure how to manage the different formatting. please help.
VALUE
0.07
0.18
0.25
0.5
0.85
1
1.3
1.5
2
3
4
5
6
7
8
9
10
12
15
20
25
30
40
50
60
70
80
90
I am wondering whether I can convert the mapping field values in the excel to text and then map it? Just a thought!
Sorry I didn't get this
I think it would be good to see all your indata, to get the full picture. you have one Excel file (with START and END), and then the mapping table in your first post, right?
This block didn't work. It is giving null for few of the records. Not sure what is going wrong here. Also wherever 1.0 is expected it is giving 1.00. Please help
Please post some examples of all your data tables.
Sorry for late response. Due to security reasons I will not be able to attach the sample data.
Thank you so much for your kind help. I think above block is working fine after removing the FLOOR but need to do through testing once. Will keep you updated on the same.