Thread: IF
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default IF

Don't know how far "and so on" reaches but here's an example.

=LOOKUP(A1,{3,4,5,6,7},{0.376,0.668,0.999,1.376,1. 668})*B1


Gord Dibben MS Excel MVP

On Wed, 23 Jul 2008 06:33:03 -0700, Karen6175
wrote:

I need to create a formula for the following scenario ... any help would be
appreciated!

If value in cell is 3, then multiply another cell by .376, If 4, multiply by
.668, and so on. For instance:

A1 = 3
B1 = 4.5
Formula Cell C1 should return 1.69
OR
A1 = 4
B1 = 4.5
Formula Cell C1 should return 3.01


Can this be done?