Hi, looking to get help for this issue I have that I can't figure out. I'm a newbie on Excel formulas
So I have columns that need to yield 1 or blank based on separate columns that are in-between texts.
The requirements are;
IF Column's A, C, E, G, L, N (number columns) has one entry that is less than 7, LR = 1
IF Column A, C, E, G (Number columns) has ALL 10's, HR = 1
Column I and J needs to be excluded from the formula.
They are not part of the computation and have numerical values so formula or range needs to "jump" them.
Column P and Q are the desired results
So right now, I was testing these:
On Column R and S I am using these formulas to get the results (to test it out):
Low Return (Column R) =IF(COUNTIF(A2:H2, "<7")=1,"1","")
High Return (Column S) =IF(COUNTIF(A2:H2, "<10")=0,"1","")
What I can't figure out on this is on Row 10 and 14, there are less than 7 values, but it's blank in Low Return column R (bordered).
Now I'm testing to add the other columns after Column I, J, K.
Major issue I'm encountering is when I'm trying to include column's L and N, it's saying "Too many arguments"
I'm testing formulas one by one to get the results, but now I'm stuck in getting in between those pesky columns! I'm not sure if I have the correct logic, or I'm thinking about it the right way.
I hope I was able to explain that well. I'm kinda new to Excel, and looking anywhere I can for guide. Thank you!
So I have columns that need to yield 1 or blank based on separate columns that are in-between texts.
The requirements are;
IF Column's A, C, E, G, L, N (number columns) has one entry that is less than 7, LR = 1
IF Column A, C, E, G (Number columns) has ALL 10's, HR = 1
- IF data is available in Column L and N and are ALL 10's, HR = 1
- IF data is available in Column L and N and has <7, HR = "" and LR = 1
Column I and J needs to be excluded from the formula.
They are not part of the computation and have numerical values so formula or range needs to "jump" them.
Column P and Q are the desired results
So right now, I was testing these:
On Column R and S I am using these formulas to get the results (to test it out):
Low Return (Column R) =IF(COUNTIF(A2:H2, "<7")=1,"1","")
High Return (Column S) =IF(COUNTIF(A2:H2, "<10")=0,"1","")
What I can't figure out on this is on Row 10 and 14, there are less than 7 values, but it's blank in Low Return column R (bordered).
Now I'm testing to add the other columns after Column I, J, K.
Major issue I'm encountering is when I'm trying to include column's L and N, it's saying "Too many arguments"
I'm testing formulas one by one to get the results, but now I'm stuck in getting in between those pesky columns! I'm not sure if I have the correct logic, or I'm thinking about it the right way.
I hope I was able to explain that well. I'm kinda new to Excel, and looking anywhere I can for guide. Thank you!