Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Senior Member
 
Posts: 105
Default Look UP and then caluclation with IS ERROR

Hello,

Please refer attached worksheet and advise a formula to lookup and then do a calculation and adding IS ERROR to it.

Thanks heaps

Excel Dumbo
Attached Files
File Type: zip LookUP and then do calculation with ISERROR.zip (3.1 KB, 24 views)
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,872
Default Look UP and then caluclation with IS ERROR

Hi,

Am Fri, 10 May 2013 06:05:55 +0100 schrieb Excel Dumbo:

Please refer attached worksheet and advise a formula to lookup and then
do a calculation and adding IS ERROR to it.


if you calculate the price per unit in column F it is much easier.
In F2:
=B2/(C2-D2)*(E2="RETAIL")

In B17 you need:

=IFERROR((VLOOKUP(A17,$A$1:$E$10,2,0)/(VLOOKUP(A17,$A$1:$E$10,3,0)-VLOOKUP(A17,$A$1:$E$10,4,0)))*(VLOOKUP(A17,$A$1:$E $10,5,0)="RETAIL"),"")


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
  #3   Report Post  
Member
 
Posts: 93
Default

@ Claus Busch

For your information, IFERROR is not available in Excel 2003 or versions prior to that one!!



Quote:
Originally Posted by Claus Busch View Post
Hi,

Am Fri, 10 May 2013 06:05:55 +0100 schrieb Excel Dumbo:

Please refer attached worksheet and advise a formula to lookup and then
do a calculation and adding IS ERROR to it.


if you calculate the price per unit in column F it is much easier.
In F2:
=B2/(C2-D2)*(E2="RETAIL")

In B17 you need:

=IFERROR((VLOOKUP(A17,$A$1:$E$10,2,0)/(VLOOKUP(A17,$A$1:$E$10,3,0)-VLOOKUP(A17,$A$1:$E$10,4,0)))*(VLOOKUP(A17,$A$1:$E $10,5,0)="RETAIL"),"")


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
  #4   Report Post  
Senior Member
 
Posts: 105
Default

thanks kevin and claus
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
Error handling error # 1004 Run-time error [email protected] Excel Programming 3 May 20th 08 02:23 PM
Caluclation of depreciation LR Excel Worksheet Functions 3 September 18th 06 05:55 PM
Error Handling - On Error GoTo doesn't trap error successfully David Excel Programming 9 February 16th 06 05:59 PM
Excel caluclation setting reverts back to manual when I close Exce mm1861 Setting up and Configuration of Excel 4 August 22nd 05 07:17 PM
How do I set up a min and max function in the same caluclation? wsbjr Excel Worksheet Functions 1 November 3rd 04 08:18 AM


All times are GMT +1. The time now is 04:28 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"