Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
TRM TRM is offline
external usenet poster
 
Posts: 9
Default Formula for inserting a $ amount in a Column if certain met

I'm looking for a formula to insert a fixed dollar amount in a column if
certain criteria are met. We have 3 price levels for services defined in a
spreadsheet by a single word e.g. premium ($80), standard ($70), economy
($50). The client would like a new column added to the report which shows the
appropriate price each time the service is used. Rather than have people
enter it manually I would like it to automatically populate the "Fee" column.

Any help is greatly appreciated.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default Formula for inserting a $ amount in a Column if certain met

One way:

=IF(A1="","",IF(A1="Economy",50,IF(A1="Standard",7 0,80)))


,In article ,
TRM wrote:

I'm looking for a formula to insert a fixed dollar amount in a column if
certain criteria are met. We have 3 price levels for services defined in a
spreadsheet by a single word e.g. premium ($80), standard ($70), economy
($50). The client would like a new column added to the report which shows the
appropriate price each time the service is used. Rather than have people
enter it manually I would like it to automatically populate the "Fee" column.

Any help is greatly appreciated.

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Formula for inserting a $ amount in a Column if certain met

Try this.
Change A1 to your needs
=IF(A1="Premium",80,IF(A1="Standard",70,IF(A1="Eco nomy",50,"$0.00")))

"TRM" wrote:

I'm looking for a formula to insert a fixed dollar amount in a column if
certain criteria are met. We have 3 price levels for services defined in a
spreadsheet by a single word e.g. premium ($80), standard ($70), economy
($50). The client would like a new column added to the report which shows the
appropriate price each time the service is used. Rather than have people
enter it manually I would like it to automatically populate the "Fee" column.

Any help is greatly appreciated.

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Formula for inserting a $ amount in a Column if certain met

In Fee column enter this formula

=LOOKUP(A1,{"economy","premium","standard"},{50,80 ,70})

Where A1 is the cell with the price level.

Note: you could use DataValidationList dropdown in A1 to choose from the 3
levels.


Gord Dibben MS Excel MVP

On Fri, 4 Jan 2008 12:04:00 -0800, TRM wrote:

I'm looking for a formula to insert a fixed dollar amount in a column if
certain criteria are met. We have 3 price levels for services defined in a
spreadsheet by a single word e.g. premium ($80), standard ($70), economy
($50). The client would like a new column added to the report which shows the
appropriate price each time the service is used. Rather than have people
enter it manually I would like it to automatically populate the "Fee" column.

Any help is greatly appreciated.

Thanks


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
Inserting Mass amount of pics corosponding with cells in excel mikewebster20 Excel Discussion (Misc queries) 4 November 2nd 07 06:42 AM
enter date in column a and amount in column d George A. Yorks Excel Discussion (Misc queries) 3 January 20th 07 09:04 PM
Formula for amount owing subtract amount paid Taperchart Excel Worksheet Functions 1 June 4th 06 05:51 PM
In Excell how do I just type in an amount w/o it inserting a $ N. Parrish Excel Worksheet Functions 1 July 15th 05 10:18 PM
formula a1=b1+c1 inserting column after a1 changes formula a1=c1. darshan Excel Discussion (Misc queries) 3 February 11th 05 12:31 PM


All times are GMT +1. The time now is 09:14 AM.

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"