|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Excel Formula Help, PLEASE
I am very new to this, so please bare with me.
I am trying to find or create a formula. I need P31 to equal P30*L30 only if P30 is equal to 2801:3800. If not N/A. How would I formulate this? If your not sure what I am trying to say please let me know and I will try to re-word it. Any and All Help would be greatly valued. |
|
#2
|
|||
|
|||
|
Quote:
=if(p30=your_test_value,P30*l30,"N/A") or do you mean =if(p30>=2801 and p30<=3000,P30*l30,"N/A") You may need to check on the syntax, but it might be enough to get you in the right direction.
__________________
Last edited by JohnFrank : February 22nd, 2008 at 08:06 AM. |
|
#3
|
|||
|
|||
|
Thank you Very Much
Thanks so much. I think I have it now.
Quote:
|
![]() |
| Viewing: ASP Free Forums > Other > Programming Help > Excel Formula Help, PLEASE |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|