Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 09-28-2016, 01:58 PM
crittercreek crittercreek is offline Needing to be able to have a cells attributes searchable Windows 10 Needing to be able to have a cells attributes searchable Office 2016
Novice
Needing to be able to have a cells attributes searchable
 
Join Date: Sep 2016
Posts: 6
crittercreek is on a distinguished road
Default Needing to be able to have a cells attributes searchable

I need help figuring out how to search a cell on more then one condition. For example my formula right now is =IF(B7="w",C7, "0"). However I only want it to = c7 if b7 is also bold. I am willing to use something other then bold if needed just not sure what. T



Thanks in advance.
Reply With Quote
  #2  
Old 09-28-2016, 04:02 PM
jeffreybrown jeffreybrown is offline Needing to be able to have a cells attributes searchable Windows Vista Needing to be able to have a cells attributes searchable Office 2007
Expert
 
Join Date: Apr 2016
Posts: 673
jeffreybrown has a spectacular aura aboutjeffreybrown has a spectacular aura about
Default

How did B7 get bolded?
Reply With Quote
  #3  
Old 09-28-2016, 04:58 PM
crittercreek crittercreek is offline Needing to be able to have a cells attributes searchable Windows 10 Needing to be able to have a cells attributes searchable Office 2016
Novice
Needing to be able to have a cells attributes searchable
 
Join Date: Sep 2016
Posts: 6
crittercreek is on a distinguished road
Default

I will bold it manually.
Reply With Quote
  #4  
Old 09-28-2016, 11:54 PM
Pecoflyer's Avatar
Pecoflyer Pecoflyer is offline Needing to be able to have a cells attributes searchable Windows 7 64bit Needing to be able to have a cells attributes searchable Office 2010 64bit
Expert
 
Join Date: Nov 2011
Location: Brussels Belgium
Posts: 2,779
Pecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant future
Default

This cannot be achieved by a formula. VBA is needed. Is that OK?
__________________
Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post
Reply With Quote
  #5  
Old 09-29-2016, 04:35 AM
jeffreybrown jeffreybrown is offline Needing to be able to have a cells attributes searchable Windows Vista Needing to be able to have a cells attributes searchable Office 2007
Expert
 
Join Date: Apr 2016
Posts: 673
jeffreybrown has a spectacular aura aboutjeffreybrown has a spectacular aura about
Default

Quote:
Originally Posted by crittercreek View Post
I will bold it manually.
Even though done manually, there must be some thought process behind why the cell is bolded.

Maybe the cell is less than or greater than a number...
Maybe the cell contains a certain word...

If you can bold by some type of search/pattern, then you can easily use that criteria in your if statement and further use conditional formatting to bold the cell.

Other than that, if there is no rhyme or reason when the cell is bolded, you will need to use VBA as Pecoflyer has pointed out.
Reply With Quote
  #6  
Old 10-01-2016, 08:15 PM
crittercreek crittercreek is offline Needing to be able to have a cells attributes searchable Windows 10 Needing to be able to have a cells attributes searchable Office 2016
Novice
Needing to be able to have a cells attributes searchable
 
Join Date: Sep 2016
Posts: 6
crittercreek is on a distinguished road
Default

That would be fine if it works. I haven't used VBA
Reply With Quote
  #7  
Old 10-01-2016, 08:20 PM
crittercreek crittercreek is offline Needing to be able to have a cells attributes searchable Windows 10 Needing to be able to have a cells attributes searchable Office 2016
Novice
Needing to be able to have a cells attributes searchable
 
Join Date: Sep 2016
Posts: 6
crittercreek is on a distinguished road
Default

Quote:
Originally Posted by jeffreybrown View Post
Even though done manually, there must be some thought process behind why the cell is bolded.

Maybe the cell is less than or greater than a number...
Maybe the cell contains a certain word...

If you can bold by some type of search/pattern, then you can easily use that criteria in your if statement and further use conditional formatting to bold the cell.

Other than that, if there is no rhyme or reason when the cell is bolded, you will need to use VBA as Pecoflyer has pointed out.
Maybe it will help if I advise what its for. It is a football pool sheet with 120+ people picking different teams to win. For example one may pick Carolina (A6) and another Atlanta (B6). So on my master sheet I want to be able to put a W for the team that one and then use formula to see if the W is bold on each one of the other sheet that contains the picks, so that they get the points in C6. ( I will use this for each game.
Reply With Quote
  #8  
Old 10-02-2016, 06:10 AM
jeffreybrown jeffreybrown is offline Needing to be able to have a cells attributes searchable Windows Vista Needing to be able to have a cells attributes searchable Office 2007
Expert
 
Join Date: Apr 2016
Posts: 673
jeffreybrown has a spectacular aura aboutjeffreybrown has a spectacular aura about
Default

Quote:
Originally Posted by crittercreek View Post
Maybe it will help if I advise what its for.
That is always a good idea, as I'm not fully convinced you need VBA, plus, it's hard to create VBA when you don't know the real design of the sheet.

How about you put together a small representative sample of what you have and what you desire! Attach here.
Reply With Quote
  #9  
Old 10-02-2016, 10:45 AM
crittercreek crittercreek is offline Needing to be able to have a cells attributes searchable Windows 10 Needing to be able to have a cells attributes searchable Office 2016
Novice
Needing to be able to have a cells attributes searchable
 
Join Date: Sep 2016
Posts: 6
crittercreek is on a distinguished road
Default

Here is a copy of my first sheet. Players submit picks to me and I enter them into spreadsheet. This sheet is master sheet. So I make all final changes here. So for example Jacksonville won this morning. So I would like to put a w in it and it will fill across the spreadsheets. All of the ones that are bold in the next 120 sheets are the only ones that matter and will receive points.. Hope that helps.
Attached Files
File Type: xlsx SAMPLE NFL.xlsx (14.8 KB, 9 views)
Reply With Quote
  #10  
Old 10-02-2016, 01:09 PM
jeffreybrown jeffreybrown is offline Needing to be able to have a cells attributes searchable Windows Vista Needing to be able to have a cells attributes searchable Office 2007
Expert
 
Join Date: Apr 2016
Posts: 673
jeffreybrown has a spectacular aura aboutjeffreybrown has a spectacular aura about
Default

So you are going to control the "w" from the master sheet?

It seems to me, the bold is going thru more trouble than neccesary. On the master sheet, enter the winner in column D and the points values in column C. All the individual sheets are set up the same way with the exception of the forumla in column C. If they select the correct winner from the data validation in column D and is matched with column D on the master sheet then they get the points and if not, zero
Attached Files
File Type: xlsx SAMPLE NFL.xlsx (14.5 KB, 9 views)
Reply With Quote
  #11  
Old 10-02-2016, 10:10 PM
crittercreek crittercreek is offline Needing to be able to have a cells attributes searchable Windows 10 Needing to be able to have a cells attributes searchable Office 2016
Novice
Needing to be able to have a cells attributes searchable
 
Join Date: Sep 2016
Posts: 6
crittercreek is on a distinguished road
Default

I am not sure that will help me unless I am not understanding it correctly.
The picks are all submitted to me in multiple different formats. So it is me entering in the data on each sheet, unless it is submitted in excel.
In your example what formula would I use to compare their pick to winning team? I am looking for something that will auto fill all sheets once master sheet is filled out.
Reply With Quote
  #12  
Old 10-03-2016, 04:40 AM
jeffreybrown jeffreybrown is offline Needing to be able to have a cells attributes searchable Windows Vista Needing to be able to have a cells attributes searchable Office 2007
Expert
 
Join Date: Apr 2016
Posts: 673
jeffreybrown has a spectacular aura aboutjeffreybrown has a spectacular aura about
Default

On each individual players worksheet, beginning in C7 you'll see =IF(D7='Week 4'!D7,'Week 4'!C7,0).

Now on the Week 4 worksheet you pick the winner in D7 with the points in C7.

If it's you entering all the data, then I'm guessing the bold is applied by you?

If you group all the worksheets you can apply all these changes at once.
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Needing to be able to have a cells attributes searchable word document add a 2nd page with file attributes rmoore Word 1 08-03-2015 11:08 AM
Forms, best way to set up multiple attributes bjsa06 Word Tables 3 04-27-2012 05:37 AM
New user needing help ChefDan Excel 3 09-05-2011 07:07 AM
Needing to be able to have a cells attributes searchable Beginner needing help primmer3001 Office 1 08-22-2011 11:28 AM
xml file attributes seen2 Word 0 04-08-2010 07:36 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 07:31 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft