Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default If formula with table look up

I have multiple data in colums and I want to have a formula that will let me
do an if multipler. I'm using excel 2003. Example:

A B C
Sector P&L w/o Admin P&L w/ Admin
PC 517.9
PC 0.0
PC 0.0
TD 1,993.6
TD (2,508.0)
TS 431.3
TS 355.7


Reference Table:
Admin Uplift Factors
FD 1.20
PC 1.03
PR 1.52
SIJ 1.00
TD 1.32
TS 1.63

I would like to put a formula in column C - If column A matches table
reference then Multiple Column B by factor in lookup table.

Hope this makes sense.


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default If formula with table look up

Hi,
try

=IF(A1=VLOOKUP(A1,$A$11:$B$16,1,FALSE),B1*VLOOKUP( A1,$A$10:$B$15,2,FALSE))

I assumed that your table is in A11 to B16 , change it to fit your needs

"goonie" wrote:

I have multiple data in colums and I want to have a formula that will let me
do an if multipler. I'm using excel 2003. Example:

A B C
Sector P&L w/o Admin P&L w/ Admin
PC 517.9
PC 0.0
PC 0.0
TD 1,993.6
TD (2,508.0)
TS 431.3
TS 355.7


Reference Table:
Admin Uplift Factors
FD 1.20
PC 1.03
PR 1.52
SIJ 1.00
TD 1.32
TS 1.63

I would like to put a formula in column C - If column A matches table
reference then Multiple Column B by factor in lookup table.

Hope this makes sense.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default If formula with table look up

I made a few cell reference adjustments and it worked Wonderfully!!!

Thanks so much for your help!!!! It saved me a lot of work the sheet had
over 400 rows .

"Eduardo" wrote:

Hi,
try

=IF(A1=VLOOKUP(A1,$A$11:$B$16,1,FALSE),B1*VLOOKUP( A1,$A$10:$B$15,2,FALSE))

I assumed that your table is in A11 to B16 , change it to fit your needs

"goonie" wrote:

I have multiple data in colums and I want to have a formula that will let me
do an if multipler. I'm using excel 2003. Example:

A B C
Sector P&L w/o Admin P&L w/ Admin
PC 517.9
PC 0.0
PC 0.0
TD 1,993.6
TD (2,508.0)
TS 431.3
TS 355.7


Reference Table:
Admin Uplift Factors
FD 1.20
PC 1.03
PR 1.52
SIJ 1.00
TD 1.32
TS 1.63

I would like to put a formula in column C - If column A matches table
reference then Multiple Column B by factor in lookup table.

Hope this makes sense.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default If formula with table look up

Your welcome, thanks for the feedback

"goonie" wrote:

I made a few cell reference adjustments and it worked Wonderfully!!!

Thanks so much for your help!!!! It saved me a lot of work the sheet had
over 400 rows .

"Eduardo" wrote:

Hi,
try

=IF(A1=VLOOKUP(A1,$A$11:$B$16,1,FALSE),B1*VLOOKUP( A1,$A$10:$B$15,2,FALSE))

I assumed that your table is in A11 to B16 , change it to fit your needs

"goonie" wrote:

I have multiple data in colums and I want to have a formula that will let me
do an if multipler. I'm using excel 2003. Example:

A B C
Sector P&L w/o Admin P&L w/ Admin
PC 517.9
PC 0.0
PC 0.0
TD 1,993.6
TD (2,508.0)
TS 431.3
TS 355.7


Reference Table:
Admin Uplift Factors
FD 1.20
PC 1.03
PR 1.52
SIJ 1.00
TD 1.32
TS 1.63

I would like to put a formula in column C - If column A matches table
reference then Multiple Column B by factor in lookup table.

Hope this makes sense.


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
FORMULA FOR TABLE NARSARIA_RAJ KUMAR Excel Worksheet Functions 4 February 2nd 09 05:21 AM
Table with formula Jman Excel Worksheet Functions 6 April 2nd 08 08:26 AM
table formula jeel Excel Worksheet Functions 19 February 16th 08 05:10 AM
formula {=TABLE(G13;)} Guylaine Excel Worksheet Functions 2 September 18th 06 04:21 PM
Trying to get formula to Do table Thrumbar Pathfinder Excel Worksheet Functions 0 December 14th 04 08:36 PM


All times are GMT +1. The time now is 05:08 AM.

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

About Us

"It's about Microsoft Excel"