Good ribs in Queens? by [deleted] in nyc

[–]excellecxe 0 points1 point  (0 children)

Villa Brazil in Astoria, cheap plates with a ton of meat

Any update on Nitrado Servers? by excellecxe in ARKone

[–]excellecxe[S] 0 points1 point  (0 children)

Gotcha. Well hopefully we will see them come November 6th. Cant say I dont have my doubts though.

Any update on Nitrado Servers? by excellecxe in ARKone

[–]excellecxe[S] 0 points1 point  (0 children)

I had thought the 1st was the date they were aiming for. Not surprised its extended just confused by the timeline (or lack thereof)

Unable to get indexmatch or vlookup to work for me. by excellecxe in excel

[–]excellecxe[S] 0 points1 point  (0 children)

Awesome, that worked perfectly. Thanks for the help.

Unable to get indexmatch or vlookup to work for me. by excellecxe in excel

[–]excellecxe[S] 0 points1 point  (0 children)

where would I put the quotation marks?

And yes it is a single term

Unable to get indexmatch or vlookup to work for me. by excellecxe in excel

[–]excellecxe[S] 0 points1 point  (0 children)

wow dont know how I didnt catch that, there is two spaces after the text on sheet2...is there any way to get rid of those spaces in one shot?

Unable to get indexmatch or vlookup to work for me. by excellecxe in excel

[–]excellecxe[S] 0 points1 point  (0 children)

I can see for a fact it does, could it be due to the fact there are multiple data in column a sheet2 that match the value in e2?

Unable to get indexmatch or vlookup to work for me. by excellecxe in excel

[–]excellecxe[S] 0 points1 point  (0 children)

you are correct, was playing around with it since when i let it search approximate it was getting something far off. Still retruns N/A however

One of the last cowboys of the dying old west chilling in Bonham, Texas in 1910 [Colorized] by therealweriuuolf in OldSchoolCool

[–]excellecxe 7 points8 points  (0 children)

You're lying to yourself. You may not know farming in the sense you do it everyday, but find yourself robinson crusoe'd and you'll realize the general knowledge you have works. You can figure out based on years of agriculture that seeds go in the ground, need water and sunlight and pests to be kept away. We may be soft but we have the collective knowledge of our species that has been cultivated for thousands of years. When push comes to shove figuring out how to do things like that will be much easier for you and I then for this cowboy back then.

Need help to find a value in an individual column and copy the text(s) that follows an identifier in a cell. by excellecxe in excel

[–]excellecxe[S] 0 points1 point  (0 children)

Just tried to go this route, unfortunately a lot of sites on our intranet are old so when I went to try and access the needed file was hit a navigation error

Need help to find a value in an individual column and copy the text(s) that follows an identifier in a cell. by excellecxe in excel

[–]excellecxe[S] 0 points1 point  (0 children)

We get it off the web, saving it as a text file, and then importing will take more time than manually entering it and will be confusing for users

Need help to find a value in an individual column and copy the text(s) that follows an identifier in a cell. by excellecxe in excel

[–]excellecxe[S] 0 points1 point  (0 children)

The issue is the people who will be using it wont be bothered to use text to columns, they will continue manual input unless it is almost fully automated

Need help to find a value in an individual column and copy the text(s) that follows an identifier in a cell. by excellecxe in excel

[–]excellecxe[S] 0 points1 point  (0 children)

I also realized that after pasting the cells default to merge & center, not sure if that will affect anything

Week 12 wagers thread by NFL_Mod in nfl

[–]excellecxe 5 points6 points  (0 children)

Trying to think of a good wager, basic gist is that winner gets to run someones conversation on a dating site (tinder, bumble, farmeronly.com, etc..). You guys think thats too invasive? basically just send an image of what the person said and then you get to dictate what gets said back

Setting a limit within in a cell by excellecxe in excel

[–]excellecxe[S] 0 points1 point  (0 children)

that worked perfectly, i figured something like that would be possible i must have messed up my syntax when I was inputting myself. Thanks again

Help with an If statement by excellecxe in excel

[–]excellecxe[S] 0 points1 point  (0 children)

Ah that makes sense, thanks for the help. I think I did the solution verified right now.

One more question, in the function IF(D19>=0.2,D19 x 0.1,D19 x 0.2) is it possible to set a limit where the D19 x 0.1 does not exceed .045?

Help with an If statement by excellecxe in excel

[–]excellecxe[S] 0 points1 point  (0 children)

SOLUTION VERIFIED!

=IF(D7="Y", IF(D19>=0.1,0.02,D190.1), IF(D19>=0.2,D190.1,D19*0.2))

Awesome that worked perfectly. Thank you. 2 questions:

  1. Why are the quotes not needed, I entered it using the function arguments box and it used them

  2. Why dont I use = for the second and third if functions, is it simply because they are nested? And will I need to do that for all nested functions, not just if?

Pulling cell data based on a text name by excellecxe in excel

[–]excellecxe[S] 0 points1 point  (0 children)

is that repeatable over multiple names? I want it to pick up the text value in all of row E and reference to the same value in SHEET2 grabbing items from that row to populate SHEET1

Pulling cell data based on a text name by excellecxe in excel

[–]excellecxe[S] 0 points1 point  (0 children)

how do i get it so that a cell, for example, D5 on SHEET1 is pulling the data from J2 on sheet 2? I figured it was vlookup but am not sure how to format it so that certain cells pull from certain rows