Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Creating Links Between Spreadsheets

Is it possible to create links between spreadsheets based on
“if/then” criteria?

I have an invitation list for a party, and then an attendee list with
a whole different layout/fields for the invitees who respond
“yes”.

Can I create a link from “Invitee” to “RSVP”
list with “if RSVP = ‘yes’ then link to
“Attendee” list?

Any help appreciated

concaf2003
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 134
Default Creating Links Between Spreadsheets

Hi wII
Use the HYPERLINK Worksheet Function
Not clear on your question, this should get you started:

=IF(C2="RSVP",HYPERLINK("#RSVP!A1",RSVP!A1),IF(C2= "invitee",HYPERLINK("#invitee!A1",invitee!A1), ""))

--or--
=IF(C2="RSVP",HYPERLINK("#RSVP!A1","[link]"),IF(C2="invitee",HYPERLINK("#invitee!A1","[link]i"),""))

Please don't post with open and closed double quotes, they do
not come through very well. Just use the double-quote that
is on the keyboard for both.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"vvll" wrote in message m...
Is it possible to create links between spreadsheets based on
“if/then” criteria?
--- ENTIRE posting TRANSLATED below ---


Is it possible to create links between spreadsheets based on
"if/then" criteria?.

I have an invitation list for a party, and then an attendee list with
a whole different layout/fields for the invitees who respond
"yes"

Can I create a link from "Invitee" to "RSVP"
list with "if RSVP = "yes" then link to
"Attendee" list?

Any help appreciated

concaf2003



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
Links to other spreadsheets Compatibility link Excel 2007 Excel Discussion (Misc queries) 8 January 25th 08 10:15 PM
Links to Multiple Spreadsheets Spreadsheet Linking Flexibility Excel Worksheet Functions 4 April 1st 07 01:18 PM
Change links between 2 spreadsheets Russell-stanely Excel Discussion (Misc queries) 0 September 20th 06 05:46 PM
Deleting links to other spreadsheets KarenH Excel Worksheet Functions 2 October 28th 05 04:09 AM
Spreadsheets Links SJC Excel Worksheet Functions 1 March 21st 05 06:37 PM


All times are GMT +1. The time now is 10:12 PM.

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"