![]() |
#1
|
|||
|
|||
![]() I need to write a formula or function that will do the following: If the Value in Column W is between < .5 and .1, then the Value of U should be entered into the formula field (Column J). If U is not between the range, then the field (Column J) should be blank. If anyone can help I would greatly appreciate it. |
#2
|
||||
|
||||
![]()
Hi and welcome
Perhaps =IF(and(W1>0.1,W1<0.5),U1,"") entered in J1
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
#3
|
|||
|
|||
![]()
I appreciate the help but that didn't work. I assume that as part of the formula you wrote the value of U should be between the quotes. So for example, my value in U is 2440 and my value in W is .80.
So if I go by your formula it should read: =IF(and(W1>0.1,W1<0.5),U1,"2440") Is that correct? |
#4
|
||||
|
||||
![]()
The formula proposed does the following
1. Is W1 between 0.1 and 0.5 ? If Yes the value of U1 is entered in J1 if no, J1 remains empty
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
#5
|
|||
|
|||
![]()
Thank you for your help. I was able to simplify what I needed.
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Using if statement many times! | Jamal NUMAN | Excel | 6 | 01-19-2012 12:05 PM |
IF Statement and Macros | kannon | Excel Programming | 2 | 01-06-2012 02:51 AM |
![]() |
limpbizkit | Excel | 4 | 02-24-2011 09:16 PM |
![]() |
piper7971 | PowerPoint | 1 | 08-19-2010 07:10 AM |
![]() |
CPelkey | Word | 1 | 04-12-2010 09:06 AM |