![]() |
![]() |
|
|||||||
| 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 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
All, I'm being the slowest person today,
I have a formula: =IF(LEN(A102)>0,IF(A102+1<=MAX(Listing!B:B),Breakdown!A102+1,""),"") Which will return a blank IF the number above is <= the max on a sheet AND also return a blank if the one above has no text in. The formula is so I can extend beyond the range required, so it will fill when the Listings sheet expands. There's probably a lot of way to do this, the problem I'm having is understanding why: =IF(or(LEN(A102)>0,A102+1<=MAX(Listing!B:B)),Breakdown!A102+1,"") doesn't do the same job??
__________________
"Have a good time......all the time" Ian Mac |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Denver, CO
Posts: 1,744
|
Which will return a blank IF the number above is <= the max on a sheet AND also return a blank if the one above has no text in.
IF the number above is <= the max on a sheet AND also return a blank if the one above has no text in. IF the number above is <= the max AND if the one above has no text in. IF(AND |
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
|
|
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
I don't even want to tell you both how utterly stupid I feel!!!!!!!!!
deeply ashamed!!! _________________ Share the wealth!! Ian Mac [ This Message was edited by: Ian Mac on 2002-03-28 09:09 ] |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|