Hi Guys,
I'm trying to work out how to add a field based on another field being greater than 30% but less than 90%.
There is only option to select 10%, 30% 50% 75% 90% & 100%
Help would be greatly received.
Thanks
LC
Hi Guys,
I'm trying to work out how to add a field based on another field being greater than 30% but less than 90%.
There is only option to select 10%, 30% 50% 75% 90% & 100%
Help would be greatly received.
Thanks
LC
Not sure exactly what you mean by "add a field", but the formula would probably be something like =IF(AND(A1>.3,A1<.9),ValueIfTrue,ValueIfFalse)
You mean something like:
=IF(And(A1>0.3,A1<0.9),then_do_this,else_do_this)
where A1 is the input field..
replace the then_do_this and else_do_this with actual desired output.
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
my formula is currently
=SUMPRODUCT(--(C18:C44="Worktop"),--(F18:F44>0.3),D18:D44)
The item i need to change is (F18:F44>0.3),
Can you advise?
Thanks
Wasn't that answered twice here: http://www.excelforum.com/showthread.php?t=638043Originally Posted by crossliam
??
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks