+ Reply to Thread
Results 1 to 20 of 20

Doing multiple forumlas in excel

  1. #1
    Registered User
    Join Date
    01-06-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    13

    Doing multiple forumlas in excel

    I am making a spreedshet for a game i am playing.


    I have the following formulas:

    ='Incoming Attacks'!AY3:$AY$600 " " {=IF(COUNTIF($A$1:A1'};

    But I can't seem to figure out how to combine the two formulas.

    The first one is displaying information from one sheet and the second one is removing all of the duplicates. I will eventually want to remove all duplicates that match another criteria...but I wanted to make work on this part first.

    The only thing is this will need to be done with a formula because I will want to eventually transport it to a google document.

  2. #2
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Doing multiple forumlas in excel

    a sample workbook would help here, but I think you are looking for something like this (in A2):
    =IF(COUNTIF($A$1:A1,'Incoming Attacks'!AY3)>0,"",AY3)
    Drag down

    Hope this helps
    A picture may be worth a thousand words, BUT, a sample Workbook is worth a thousand screenshots!
    -Add a File - click advanced (next to quick post), scroll to manage attachments, click, select add files, click select files, select file, click upload, when file shows up at bottom left, click done (bottom right), click submit
    -To mark thread Solved- go top of thread,click Thread Tools,click Mark as Solved
    If you received helpful response, please remember to hit the * of that post

  3. #3
    Registered User
    Join Date
    01-06-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: Doing multiple forumlas in excel

    Okay that does help...when I put in your formula it displays zero's across the board. The question I have is what content would be inside $A$1?

    Thank you for the quick reply.

  4. #4
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Doing multiple forumlas in excel

    $A$1 should be blank (you could put a Column Header there, as long as it doesn't match any possible value from 'Incoming Attacks' AY range), it's used to avoid a circular reference error when you are checking for repeats in the list (the COUNTIF formula)

    and you are welcome

  5. #5
    Registered User
    Join Date
    01-06-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: Doing multiple forumlas in excel

    Ok so I made sure that A1 is blank. I then put in the exact formula...I got blanks. Would it be easier if I tried to figure out how to upload the document? If I change the Ay3 to a location I am looking for it just matches what is inside ay3

  6. #6
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Doing multiple forumlas in excel

    Add a File - click advanced (next to quick post), scroll down until you see "manage attachments", click that and select "add files" (top right corner). click "select files" find your file, select file, click "upload",when the file shows up in bottom left click 'done" bottom right. click "submit reply"

  7. #7
    Registered User
    Join Date
    01-06-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: Doing multiple forumlas in excel

    Okay it is having issues. I will try again here in a bit.

  8. #8
    Registered User
    Join Date
    01-06-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: Doing multiple forumlas in excel

    Per your request I tried to upload my file, it turns out the file is to large.

  9. #9
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Doing multiple forumlas in excel

    Any way you can make a copy, then strip it down to what is needed to get the answer? even if some of the data is just hard copied..(ie- Copy, Paste Special, Values), would make it a lot easier to see what you expect, and why its not working the way you want!

    You have me very intrigued with this one, and I really would like to find you a solution

  10. #10
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Doing multiple forumlas in excel

    Also...a few quick notes in the workbook about what you are hoping to see as the results would be a help

  11. #11
    Registered User
    Join Date
    01-06-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: Doing multiple forumlas in excel

    ok file is attached in a newer version.

    I am wanting to contain information from a game I am playing. This information would be coords, ranks, items taken, who is attacked and who was attacked. This would also only contain the 1 person being attacked, or the one person attacking. After I figure this out I will go into figuring out more information about this game. But the whole spreadsheet is attached. Also if you click on the Attack Information spreadsheet you will see where the information I am messing with is contained. The incoming attacks tab I will be updating when attacks happen.
    Attached Files Attached Files
    Last edited by BrianB77; 01-06-2013 at 10:30 PM.

  12. #12
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Doing multiple forumlas in excel

    ok, now what sheet do you want this information on, and where ?
    Also, does the date make a difference in whether it gets displayed or not?

  13. #13
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Doing multiple forumlas in excel

    ahhh...It Was my bad...forgot to include the sheet name on the final AY3 reference...try this:
    =IF(COUNTIF($A$1:A1,'Incoming Attacks'!AY3)>0,"",'Incoming Attacks'!AY3)

    Sorry about that, I should have caught that earlier

  14. #14
    Registered User
    Join Date
    01-06-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: Doing multiple forumlas in excel

    Okay that is where I am confused...if I put that exact forumla in the 'V' column on the Attack information and drag it down it copies over what is inside the 'T' column on the attack information tab. Basically I want it to display it once and not a second time.

  15. #15
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Doing multiple forumlas in excel

    Okay, I found where you are...try this instead:
    =IF(COUNTIF($V$2:V2,'Incoming Attacks'!AY3)>0,"",'Incoming Attacks'!AY3)

    Hope that helps

  16. #16
    Registered User
    Join Date
    01-06-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: Doing multiple forumlas in excel

    Wow that did the trick...thank you very much for helping me figure this out. Now onto figuring out more complex things i can do with excel. This is really the first time I have done formulas with it.

    Thanks again for your help.

  17. #17
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Doing multiple forumlas in excel

    Looking at your sheet, maybe what you are wanting is only the attacker with 1 incoming attack?
    If so, try this one in V3:
    =If(U3=1,T3,"")
    copied down

  18. #18
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Doing multiple forumlas in excel

    You are very welcome !
    If you need any more help, feel free to start another post, everyone here is more than willing to help

    Please remember to mark the thread as solved if you are satisfied with your solution :
    To mark thread "Solved", go to the top of the thread,click "Thread Tools",click "Mark as Solved"

  19. #19
    Registered User
    Join Date
    01-06-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: Doing multiple forumlas in excel

    Ok I don't know why my response didn't show up. But thank you for your help and that seemed to fix the problem. This is the first time I have really worked with Excel, and doing formulas is new to me. So now I am onto learning more things.

    Once again thank you for all of your quick replys.

  20. #20
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Doing multiple forumlas in excel

    Quote Originally Posted by BrianB77 View Post
    Wow that did the trick...thank you very much for helping me figure this out. Now onto figuring out more complex things i can do with excel. This is really the first time I have done formulas with it.

    Thanks again for your help.
    If thats the response, it did show up, just on the second page, I didn't catch it because I was writing another response...lol

    And no problems about being a new user of Excel..we all were at one time or another

    Glad to see you are willing to learn, and not afraid to ask questions !
    This forum (and MANY others, as well) has lots of things to teach/show/give, we all just have to be willing to look or ask

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1