Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default SUMPRODUCT or VLOOKUP

I've asked this question before today but I'm still not getting what I need
so I'm resubmitting with better clarity.

I have a sheet that has numerous rows and columns. I want to add a column
that contains a value if multiple cells meet certain requirements. Here is
the table I refer to: A1:D6

From To MTM Renew
0 30 $32.39 $17.60
31 100 $31.94 $15.35
101 225 $31.04 $14.00
226 450 $30.59 $12.20
451 1000 $29.24 $10.40

The data sheet looks like this: A1:D7

PROPERTY RATE MTM Renew STD
A G EDWARDS $15.00 20
LAKE ROBBINS $5.45 55
AFTONSHIRE PLACE $2.27 87
ALVIN & ASSOC $0.25 236
ASHLAND COURT $1.22 101
ASTRO CITY $12.97 17

What I want it to do is to follow this logic:
If D2 is 0 and < 30, then the Renew value is 17.60. If D2 is 31 and < 100,
the the Renew value is $15.35 and so on following the ranges of the first
table. I've had suggestions to do a VLOOKUP and a SUMPRODUCT formula but I
can't get my head around which is better and how to do it. Any suggestions?
Thanks
--
JerryS
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,089
Default SUMPRODUCT or VLOOKUP

JerryS

Why not just:

=IF(D2<=30,17.60,IF(D2<=100,15.35,IF(D2<=225,14,IF (D2<=450,12.2,IF(D2<=1000,10.4,
"out of range")))))

Regards

Trevor


"JerryS" wrote in message
...
I've asked this question before today but I'm still not getting what I
need
so I'm resubmitting with better clarity.

I have a sheet that has numerous rows and columns. I want to add a column
that contains a value if multiple cells meet certain requirements. Here is
the table I refer to: A1:D6

From To MTM Renew
0 30 $32.39 $17.60
31 100 $31.94 $15.35
101 225 $31.04 $14.00
226 450 $30.59 $12.20
451 1000 $29.24 $10.40

The data sheet looks like this: A1:D7

PROPERTY RATE MTM Renew STD
A G EDWARDS $15.00 20
LAKE ROBBINS $5.45 55
AFTONSHIRE PLACE $2.27 87
ALVIN & ASSOC $0.25 236
ASHLAND COURT $1.22 101
ASTRO CITY $12.97 17

What I want it to do is to follow this logic:
If D2 is 0 and < 30, then the Renew value is 17.60. If D2 is 31 and <
100,
the the Renew value is $15.35 and so on following the ranges of the first
table. I've had suggestions to do a VLOOKUP and a SUMPRODUCT formula but I
can't get my head around which is better and how to do it. Any
suggestions?
Thanks
--
JerryS



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VLOOKUP, SUMPRODUCT, or SUMIF? steph Excel Worksheet Functions 5 March 28th 07 04:26 PM
Vlookup or HLookup or Sumproduct Help LOU Excel Worksheet Functions 7 January 5th 07 03:57 AM
do i use vlookup or sumproduct??? Lazclark Excel Discussion (Misc queries) 3 June 28th 06 10:23 AM
Sumproduct and Vlookup Nav Excel Discussion (Misc queries) 9 December 4th 05 12:55 PM
Which SumProduct Sumif or VLookup? Dennis Excel Discussion (Misc queries) 2 September 26th 05 06:05 PM


All times are GMT +1. The time now is 02:55 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"