Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Excel 2007 Formula help

Hello Everyone,

Excel 2007

I am new to this group and have only been using excel for a few
years. I am reading "Excel 2007 the missing manual" to help further
my understanding of the program.


I have a question about how to format a formula:

Information:
Contents of A2 = 25013.JPG

What I would like as the end result:

<a href="graphics/00000001/hi-rez/25013.jpg"
<img src="graphics/00000001/hi-rez/25013.jpg" width="150"
</a

What I have so far:

=IF(A20,"<a href=graphics/00000001/hi-rez/"&LOWER(A2),"""")

I just don't know where to go from here?

Thank you for your help.

David

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default Excel 2007 Formula help

David,

=IF(A20,"<a href=""graphics/00000001/hi-rez/"&LOWER(A2) & """","")
=IF(A20,"<img src=""graphics/00000001/hi-rez/" &LOWER(A2) & """ width=""150""","")

HTH,
Bernie
MS Excel MVP


"yovation" wrote in message
ups.com...
Hello Everyone,

Excel 2007

I am new to this group and have only been using excel for a few
years. I am reading "Excel 2007 the missing manual" to help further
my understanding of the program.


I have a question about how to format a formula:

Information:
Contents of A2 = 25013.JPG

What I would like as the end result:

<a href="graphics/00000001/hi-rez/25013.jpg"
<img src="graphics/00000001/hi-rez/25013.jpg" width="150"
</a

What I have so far:

=IF(A20,"<a href=graphics/00000001/hi-rez/"&LOWER(A2),"""")

I just don't know where to go from here?

Thank you for your help.

David



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Excel 2007 Formula help

Thank you Bernie


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
Help with Excel 2007 Formula Marilyn Excel Discussion (Misc queries) 3 November 5th 09 10:09 AM
Excel 2007 Formula and VBA help Preschool Mike Excel Discussion (Misc queries) 5 August 25th 09 12:45 AM
Formula help in Excel 2007 Millie[_2_] Excel Worksheet Functions 3 May 17th 09 02:25 PM
formula excel 2007 john Excel Discussion (Misc queries) 3 November 28th 08 10:14 PM
Excel 2007 formula help STEVE THE PARTS GUY Excel Worksheet Functions 1 August 21st 07 02:11 PM


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