![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Location: Canada
Posts: 2
|
Hi
I am having a problem. I need the following If formula to work for me. The scenerio: A building having a GFA greater than 250 and less than 1500 must have its parking measured at 1 space/28m2. Therefore I need the following function (which I have apparantly not written the right syntax for) F20 is the final GFA cell If(250 Thanks for any help Larry (Big_guy) |
|
|
|
|
|
#2 | |
|
Board Regular
Join Date: Mar 2002
Posts: 1,805
|
Quote:
=IF(AND(F20>250,F20<1500),F20/G27,"") Eli |
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Mar 2002
Location: Canada
Posts: 2
|
Thanks so much for your help Eli. I was trying to get that to work for 3 hours last night. Man I really appreciate you assistance
Take care. Larry |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|