Hi
I feel like this is probably a bit must to ask but lets see - i have 3 pieces of data for Income / Debt / Credit.
For the purpose of this A1 = Income, B1 = Debt and C1 = Credit i need to create a % score based on 4 variable produced by those bits of data.
IF B1+C1 = A1 "0%"
IF B1 + C1 = 0 , "0%"
IF A1 = "BLANK", AND B1+C1 = > 0 , "100%"
If none of the above is true then,
B1+C1/A1 = %(which is just the formatting of the calculation)
If it in anyway possible to get all of that into a single formula? I just can't work out if its possible to embed enough functions to do that?
Thanks
Nick
I feel like this is probably a bit must to ask but lets see - i have 3 pieces of data for Income / Debt / Credit.
For the purpose of this A1 = Income, B1 = Debt and C1 = Credit i need to create a % score based on 4 variable produced by those bits of data.
IF B1+C1 = A1 "0%"
IF B1 + C1 = 0 , "0%"
IF A1 = "BLANK", AND B1+C1 = > 0 , "100%"
If none of the above is true then,
B1+C1/A1 = %(which is just the formatting of the calculation)
If it in anyway possible to get all of that into a single formula? I just can't work out if its possible to embed enough functions to do that?
Thanks
Nick