Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SONIA NEW TO FORMULA'S HELP
 
Posts: n/a
Default a h.s.l.@ £3.80 mtr & 10sq m are fitted whats the formula help

i'm trying to enter a formula for an invoice in excell h.s.landing @ 3.80 a
sq mtr x 10sq mtrs would be £38.00. how do i write that as a formula so that
every time i enter the word h.s.l. and enter the amount of sq mtrs fitted i
would get the cost automatically on the invioce
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sandy Mann
 
Posts: n/a
Default a h.s.l.@ £3.80 mtr & 10sq m are fitted whats the formula help

Sonia,

The problem with using "h.s.l" to activate the formula is that to Excel:

h.s.l..
hsl
h.s.l
hs.l.
h,s.l.

are all different entries only the first of which woule trigger the formula.
To get around this and with "h.s.l." in F7 and the amont in H3 try:

=IF(SUM(IF(FIND({"H","S","L"},UPPER(F7)),1,0))=3,H 3*3.8,"")

It would also be better if the 3.8 was not hard coded into the formula so
that it can be changed easily so with the money in G3 the formula would be:

=IF(SUM(IF(FIND({"H","S","L"},UPPER(F7)),1,0))=3,H 3*G3,"")

--
HTH

Sandy
In Perth, the ancient capital of Scotland


with @tiscali.co.uk


"SONIA NEW TO FORMULA'S HELP" <SONIA NEW TO FORMULA'S
wrote in message
...
i'm trying to enter a formula for an invoice in excell h.s.landing @
3.80 a
sq mtr x 10sq mtrs would be £38.00. how do i write that as a formula so
that
every time i enter the word h.s.l. and enter the amount of sq mtrs fitted
i
would get the cost automatically on the invioce



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
Is it possible? DakotaNJ Excel Worksheet Functions 25 September 18th 06 09:30 PM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
2 Nesting questions Starchaser Excel Worksheet Functions 7 January 20th 06 06:53 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


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